pressbooks / pb-mathjax

A replacement for wp.com/latex.php but instead of LaTeX, it uses MathJax.
GNU General Public License v3.0
4 stars 1 forks source link

Update MathJax and key dependencies #86

Open SteelWagstaff opened 1 year ago

SteelWagstaff commented 1 year ago

Our current implementation uses Mathjax-node that now could be replaced by the latest Mathjax 3 library https://www.npmjs.com/package/mathjax that works on browser and also as a node module

Originally posted by @arzola in https://github.com/pressbooks/pb-mathjax/issues/75#issuecomment-1403938474

pkra commented 1 year ago

Just FYI mathjax v4 is in alpha https://github.com/mathjax/MathJax-src/releases/tag/4.0.0-alpha.1 (It's a mild upgrade from v3 though in terms of APIs .)