https://github.com/learningobjectsinc/mathml-to-asciimath
Convert MathML to ASCIIMathML
https://github.com/learningobjectsinc/mathml-to-asciimath
Last synced: 8 months ago
JSON representation
Convert MathML to ASCIIMathML
- Host: GitHub
- URL: https://github.com/learningobjectsinc/mathml-to-asciimath
- Owner: learningobjectsinc
- License: mit
- Created: 2014-02-14T02:12:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T18:08:23.000Z (over 11 years ago)
- Last Synced: 2025-01-31T07:36:30.189Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 353 KB
- Stars: 15
- Watchers: 42
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.mit
Awesome Lists containing this project
README
# mathml-to-asciimath
Convert subset of MathML to ASCIIMathML.
## Usage
```
var convert = require('mathml-to-asciimath');
var mathml = '1+2';
convert(mathml); // => '1 + 2'
```
## Running Tests
npm test
## This module is not
- comprehensive
- performant
## License
MIT