mathjax / MathJax-node

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

Prevent the color extension from auto-loading #271

Closed pkra closed 7 years ago

pkra commented 7 years ago

Fixes #175

dpvc commented 7 years ago

I'm wondering if a test that checks the result of something like \color{red}{x}x might be worth adding, since with the original autoload-all, this would make both x's red, while with the modification, it should only make the first one red.

pkra commented 7 years ago

I'm wondering if a test that checks the result of something like \color{red}{x}x might be worth adding,

Will do.

pkra commented 7 years ago

New test added.

pkra commented 7 years ago

ping @dpvc

pkra commented 7 years ago

Thanks!