Skip to content
New issue

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

Unknown node type "mstack" #474

Open
lled0 opened this issue Oct 5, 2021 · 1 comment
Open

Unknown node type "mstack" #474

lled0 opened this issue Oct 5, 2021 · 1 comment

Comments

@lled0
Copy link

lled0 commented Oct 5, 2021

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>&#186;</mo><mn>58</mn><mo>'</mo><mn>49</mn><mo>"</mo></msrow> <msrow><mo>&#215;</mo><mn>4</mn></msrow><msline></msline><msrow></msrow> </mstack> </mstyle> </math>

What's wrong?

Thank you!

@dpvc
Copy link
Member

dpvc commented Oct 9, 2021

Please see my response to mathjax/MathJax#2780.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants