1.0.3 • Published 5 months ago

hml2tex v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

hml2tex

hml2tex is a library for converting HML files to TeX format.

Installation

This package can be installed via npm.

npm install hml2tex

Usage

const hml2tex = require('hml2tex');

const hml = '<HML file contents>';
const tex = hml2tex(hml);

console.log(tex);

License

This library is licensed under the Apache-2.0 License.

1.0.2

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago