gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
164 stars 31 forks source link

Catch broken markup #39

Closed gjtorikian closed 9 years ago

gjtorikian commented 9 years ago

mtex2MML was returning bad MathML. While this appeared to be fine for the browser, it caused Lasem to return empty SVGs.

The MathJax test is being modified to check for any blank SVGs and fail if it finds one.