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
Lite DOM doesn't parse self-closing tags. E.g., parsing
<math><mi/></math>
will fail. See mathjax/MathJax-demos-node#5 for original report.
The text was updated successfully, but these errors were encountered:
Allow handling of self-closing tags. Resolves issue #328
3a3085f
Merge pull request #370 from mathjax/issue328
e1b5fea
Handle self-closing tags in liteDOM. #328
No branches or pull requests
Lite DOM doesn't parse self-closing tags. E.g., parsing
will fail. See mathjax/MathJax-demos-node#5 for original report.
The text was updated successfully, but these errors were encountered: