swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
162 stars 428 forks source link

Error with "{:auto_ids} " #658

Closed maneesha closed 10 months ago

maneesha commented 11 months ago

What is the problem?

The glossary section begins with {:auto_ids} which I am guessing is supposed to create ids and anchor links for each glossary item. Instead the code itself displays and messes with the rendering of the first glossary item.

Location of problem (optional)

http://swcarpentry.github.io/python-novice-gapminder/reference.html#glossary

alee commented 11 months ago

Hmmm, the only references I can find to auto_ids in the swcarpentry org are in old Jekyll based code so maybe this is legacy Jekyll code that needs to be removed? I didn't see anything related to it in the carpentries/workbench either.

https://github.com/search?q=org%3Aswcarpentry%20auto_ids&type=code

zkamvar commented 10 months ago

maybe this is legacy Jekyll code that needs to be removed?

Bingo.

zkamvar commented 10 months ago

In general, if you see anything that starts with {: or {%, it's Jekyll (or perhaps Hyde).

alee commented 10 months ago

Thanks for the report @maneesha !