liffiton / dokuwiki-plugin-mathjax

MathJax plugin for DokuWiki
https://www.dokuwiki.org/plugin:mathjax
12 stars 11 forks source link

Update to MathJax v3 #36

Open greneholt opened 3 years ago

greneholt commented 3 years ago

The configuration format for MathJax v3 has changed, and now needs to be in a script block of type text/javascript. These changes aren't backwards compatible with v2 unfortunately, so it probably needs additional code to either auto-detect the version, or a configuration option needs to be added to specify which form to use.

liffiton commented 3 years ago

Thanks for the contribution! To do this right will be a bit tricky, I think. It's critical that an upgrade doesn't break anyone's installation. I've opened issue #37 to discuss it (at least with myself, but please comment if you have thoughts).