-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 "body" when compiling MathML in v3.0.1 #2330
Comments
Thanks for the report. I can reproduce the problem, and will check into it. |
Your are right, the setting of If you use InputJax: new MathML({forceReparse: true}), that should get around the problem for now. |
…nvert() calls, where start is defined but not end). Resolves issue mathjax/MathJax#2330.
I've created a pull request to resolve the issue. |
Fix problem with convert() call with MathML input. mathjax/MathJax#2330
Using
mathjax-full@3.0.0
it was possible to use this code to convert MathML to SVG:Using
mathjax-full@3.0.1
an error is thrown when using the same code:It seems to go wrong around this line in
MathDocument
:which sets
mitem.start.node
to thebody
of this.document, which suggests that this commit might be to blame.The text was updated successfully, but these errors were encountered: