hml2tex
v1.0.3
Published
A library to convert HML files to TeX format
Downloads
4
Readme
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.