markup
markup copied to clipboard
Inline LaTeX confuses Github Markdown editor
Certain things inside $ delimiters seem to incorrectly affect the syntax highlighting in the Markdown editor "Edit file tab" (things seem to work better in the Preview tab). A few examples:
- Special subscripts or superscripts like this $\theta_*$ cause rendering as italics
- Square braces, like this $[ 1, 2, 3 ]$, are shown as links (underlined)
