AsciiMath
From Just Solve the File Format Problem
Revision as of 13:00, 9 December 2014 by Dan Tobias (Talk | contribs)
AsciiMath is a simple markup scheme for expressing mathematical notation in purely ASCII characters. It is intended for embedding in HTML documents, where a JavaScript routine can parse the AsciiMath notation (generally enclosed in backticks (`)). Two different JavaScript modules have been created for this, MathJax, and another one that uses MathML (supported in some browsers).