Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Render MathML-syntax formulas #30

Open
cben opened this issue Sep 28, 2014 · 0 comments
Open

Render MathML-syntax formulas #30

cben opened this issue Sep 28, 2014 · 0 comments

Comments

@cben
Copy link
Owner

cben commented Sep 28, 2014

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 cben changed the title Render MathML Render MathML in source Jun 5, 2015
@cben cben changed the title Render MathML in source Render MathML-syntax formulas Jun 5, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant