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
Hi,
I'm trying to parse a mml formula, but show error: Unknown node type "mstack".
I read in documentation that MathML3 is implemented in version 3 and there isn't needed to import the extension.
Here is an example.
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathsize="12px"> <mstack charalign="center" stackalign="right"> <msrow><mn>32</mn><mo>º</mo><mn>58</mn><mo>'</mo><mn>49</mn><mo>"</mo></msrow> <msrow><mo>×</mo><mn>4</mn></msrow><msline></msline><msrow></msrow> </mstack> </mstyle> </math>
What's wrong?
Thank you!
The text was updated successfully, but these errors were encountered:
Please see my response to mathjax/MathJax#2780.
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to parse a mml formula, but show error: Unknown node type "mstack".
I read in documentation that MathML3 is implemented in version 3 and there isn't needed to import the extension.
Here is an example.
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathsize="12px"> <mstack charalign="center" stackalign="right"> <msrow><mn>32</mn><mo>º</mo><mn>58</mn><mo>'</mo><mn>49</mn><mo>"</mo></msrow> <msrow><mo>×</mo><mn>4</mn></msrow><msline></msline><msrow></msrow> </mstack> </mstyle> </math>
What's wrong?
Thank you!
The text was updated successfully, but these errors were encountered: