mathjax / MathJax-node

MathJax for Node
Apache License 2.0
614 stars 96 forks source link

Fix extensions parsing removing trailing 's' chars #411

Closed kwikwag closed 6 years ago

kwikwag commented 6 years ago

The regular expression for parsing the MathJaX configuration extensions setting accidentally, as far as I can tell, removed any trailing 's' of any but the last item -- instead of removing trailing spaces, which seems to have been the intention.

pkra commented 6 years ago

This is already fixed in the develop branch. See https://github.com/mathjax/MathJax-node/issues/401

pkra commented 6 years ago

@dpvc @zorkow could you make a release?

dpvc commented 6 years ago

@pkra, are you looking for your PHTML branch to be merged first? If not, the only changes are the fix for the 's' and the timing issue with start(), right?

pkra commented 6 years ago

are you looking for your PHTML branch to be merged first?

No rush there.

If not, the only changes are the fix for the 's' and the timing issue with start(), right?

Yup.