1.0.3 • Published 2 years ago

hml2tex v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago