Closed mfouesneau closed 1 year ago
Describe the bug when name $_k...$ the rendering bugs. It seems that Markdown takes priority and tries an italic interpretation.
name $_k...$
Fixed in Arxiv_on_deck_2
re.sub(r"(\w+?)\s?\$_(\w)", "$\\1_\\2", latex, 0, re.MULTILINE)
https://github.com/mfouesneau/arxiv_on_deck_2/commit/e9b9c1a6f7049fbcdf95cd94848f2d4c090eca4b
Describe the bug when
name $_k...$
the rendering bugs. It seems that Markdown takes priority and tries an italic interpretation.