Closed ngoldbaum closed 2 weeks ago
While-editing issues are generally due to CodeMirror, though there could be some configuration that we aren't aware of (such as a markdown+math mode, as opposed to plain markdown).
I think to fix this we would need to improve the CodeMirror Markdown syntax highlighter to know about math sections. Probably not trivial...
I'd be happy with the ability to change the syntax-highlighter to Latex.
This comes up when trying to write a technical document in the notebook. In the example pasted below, the underscores are parsed as markdown formatting sequences even though they are inside an inline latex math block. This doesn't affect the output of the markdown cell, but is visually distracting when editing markdown that has inline latex.
Not sure if this is a bug in IPython or an external code highlighting library. This is in master.