mathjax / MathJax-node

MathJax for Node
Apache License 2.0
615 stars 97 forks source link

html option produces 'undefined' #345

Closed ghost closed 7 years ago

ghost commented 7 years ago

The example verbatim works. Substituting 'mml: true;' with 'html: true;' produces 'undefined' as output. What are the settings for HTML output?

ghost commented 7 years ago

I figured it out: 'if (!data.errors) { console.log(data.html) }'