You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version is currently specified and fixed on 3.0.5 for MathJax3 (source), but the lastest is on 3.1.2.
It seems to me that https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js is better as recommended by mathjaxdoc.
So I was wondering if it be better to have the script.src as a user-defined argument.
The text was updated successfully, but these errors were encountered:
I do strongly prefer deploying an exact version of a JS dependency. Even though MathJax should be following SemVer, there's always a possibility that a minor version change breaks something for someone, and so all existing already deployed docs suddenly break.
That said:
We could definitely make the version and/or the URL customizable -- PRs to that effect are most welcome.
I need to bump the versions of JS deps anyway, which should happen in 0.26.
The version is currently specified and fixed on 3.0.5 for MathJax3 (source), but the lastest is on 3.1.2.
It seems to me that
https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js
is better as recommended by mathjaxdoc.So I was wondering if it be better to have the
script.src
as a user-defined argument.The text was updated successfully, but these errors were encountered: