a JavaScript module for symbolic expressions, e.g. formatted mathematical formulas
npm install jqmath> A JavaScript module for symbolic expressions, e.g. formatted mathematical formulas.
> The official site is http://www.mathscribe.com/author/jqmath.html
```
npm install --save jqmath
`js`
import {parseMath, M} from 'jqmath'
parseMath(document.body)
```
npm install
npm run build
Copyright (c) 2016-present, Xianpo (Alan) Lu