HTML output #

The expression parser can output a HTML string, where every Node is transformed into a <span> element with semantic class names. Each class name begins with the math- prefix. These class names can be used in CSS to highlight the syntax or change the default layout (e.g. spaces around operators).

Available class names #

Fork me on GitHub