nerdamer2asciimath
v0.1.0
Published
Converts nerdamer syntax to AsciiMath
Downloads
2
Readme
nerdamer2AsciiMath
Converts nerdamer syntax to AsciiMath
Example:
var text = nerdamer2AsciiMath(nerdamer('matrix([b,n,g],[f,r,a],[3,l,5])').symbol.text());
console.log(text);
"[[b,n,g],[f,r,a],[3,l,5]]"
##0.1.0 Specification
- Support for nerdamer.core.js
- Write tests
- npm package
- Travis CI support