1.4.0 • Published 10 years ago

mathml-to-asciimath v1.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

mathml-to-asciimath

Convert subset of MathML to ASCIIMathML.

Usage

var convert = require('mathml-to-asciimath');

var mathml = '<math><mn>1</mn><mo>+</mo><mn>2</mn></math>';
convert(mathml); // => '1 + 2'

Running Tests

npm test

This module is not

  • comprehensive
  • performant

License

MIT

1.4.0

10 years ago

1.3.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago