AsciiMath
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Scientific Data formats }} '''AsciiMath''' is a simple markup scheme for expressing mathematical notation in purely ASCII chara...") |
Latest revision as of 13:00, 9 December 2014
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).