mathjax / MathJax-node

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

return an object not a serialization #219

Closed pkra closed 7 years ago

pkra commented 8 years ago

To separate this out from #205.

As a developer, I want to post-process the results from mathjax-node which is easier to do with a DOM-like object rather than a string.

The problem is to find a reasonably universal, DOM-like object format in nodejs-land. Right now we're stuck with jsdom anyway which, I think, means parse5.