Ascii MathML
Posted by
Vincenzo Rubanoon · one minute reading.Asciimathml is a tiny JavaScript library that can be loaded within any web page to convert any Math formulas written using the AsciiMath syntax into its MathML equivalent. If the browser supports rendering MathML (spoiler: not all do 😢), formulas will be displayed with their graphical representation, yet remaining accessible.
Due to the lack of support for MathML by various web browsers, it is advisable to display AsciiMath formulas using MathJax instead, even if the setup process is a little bit more involved.