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

Render MathML-syntax formulas

Open cben opened this issue 11 years ago • 0 comments

Recognize and render <math>...</math>. Bonus points for namespaced use:

<foo >
  ...
  <m:math xmlns:m="http://www.w3.org/1998/Math/MathML"><m:mrow>...</m:mrow></m:math>
  ...
</foo>

I don't see any point in verifying the scoped namespace prefix, just assume any prefixed math is also MathML.

Should extend the overlay mode to syntax-highlight xml (plus closetag addon?)

cben avatar Sep 28 '14 07:09 cben