An open API service indexing awesome lists of open source software.

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

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