swcarpentry / python-novice-inflammation

Programming with Python
http://swcarpentry.github.io/python-novice-inflammation/
Other
303 stars 781 forks source link

Key points broken in episode 4 #1050

Closed edbennett closed 1 year ago

edbennett commented 1 year ago

The \[…\] syntax in the key points of the episode on lists is being overridden by MathJax, so that rather than list[0] and list[2:9], the point is being spread over multiple lines with 0 and 2:9 showing as display equations.

image

I would suggest using backticks to mark this as code rather than using plain text.