We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recognize and render <math>...</math>. Bonus points for namespaced use:
<math>...</math>
<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.
math
Should extend the overlay mode to syntax-highlight xml (plus closetag addon?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recognize and render
<math>...</math>
. Bonus points for namespaced use: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?)
The text was updated successfully, but these errors were encountered: