CodeMirror-MathJax icon indicating copy to clipboard operation
CodeMirror-MathJax copied to clipboard

defineMathMode: single $ toggles syntax highlight of all following lines

Open cben opened this issue 11 years ago • 2 comments

As long as multi-line $...$ is unsupported (#3) should reset to outer mode at EOL. When fixed, ideally should be configurable but at least stop on empty line?

cben avatar Apr 08 '14 01:04 cben

this is soft blocker for using defineMathMode as fix for #4.

cben avatar May 14 '15 11:05 cben

Another issue with the multiplex addon for parsing markdown/latex: https://github.com/codemirror/CodeMirror/issues/3535 (easily reproduces here too)

I'm increasingly tempted to integrate math (as option) into CodeMirror's markdown mode itself. However that'd not belong in this project; here I'm interested in fixes that work on top of any mode.

cben avatar Sep 17 '15 21:09 cben