mathjax / MathJax-node

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

Example in README.md slightly broken #253

Closed PatrickMassot closed 8 years ago

PatrickMassot commented 8 years ago

The example at the end of README.md, covering the use of ./lib/mj-page.js, is slightly broken. It misses some escaping before \mathbb. Adding <meta charset="UTF-8"> would also help to immediately get the correct result as far as I can see.

pkra commented 8 years ago

Thanks for catching that. The readme has changed significantly on the develop branch, so this doesn't quite apply anymore (see also https://github.com/mathjax/MathJax-node/issues/206).

PatrickMassot commented 8 years ago

Thank you for your answer. I'm sorry I didn't think of looking at the develop branch (I'm not used to this big project workflow). About #206, see also my comment on #208: I'm a user of page2svg so I vote for keeping this functionality somewhere.