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 Node version #75

Closed SteelWagstaff closed 1 year ago

SteelWagstaff commented 1 year ago

Bump Node requirements and ensure the tool works as expected in a supported version of Node.js. See https://pressbooks.community/t/latex-recommendation/2142

arzola 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

SteelWagstaff commented 1 year ago

Closing in favour of #86