Closed diegobiavati closed 1 week ago
@iBug the error still persists, so I still think the error is in the code here.
Here is the application of your fix.
https://gitlab.com/diegobiavati/blog/-/commit/0647cc5a8f0e9d1fb9e8d293f28277334611e3b0
Interestingly, if I leave the table before the code, I don't get the error, but everything is duplicated.
You did not fix anything. The superfluous {% endfor %}
is still there. Get rid of it and you should be fine.
Theme version and system environment
What happened?
I'm trying to generate an article based on a CVS file, following this tutorial https://jekyllrb.com/tutorials/csv-to-table/, when I have a table in markdown and then load the script, the error doesn't happen, but the information is doubled.
When I leave the script just to generate the spreadsheet, I receive the following error:
https://gitlab.com/diegobiavati/blog/-/jobs/8296173763
Expected behavior
I would like to generate a spreadsheet dynamically whenever I load the CVS file with the updates.
Steps to reproduce the behavior
Not
Other
No response