MathJax
MathJax copied to clipboard
CDN ships ES5, which is 20+ years old?
using:
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
and I see that on the CDN that es5 is provided and there are no alternatives.
can a more modern bundle be published?
Have a look at v4.
where are the docs for v4? :sweat_smile:
Right now I'd start here: https://github.com/mathjax/MathJax-src/releases
Note that v4 is currently in beta release, and the documentation will be updated for the official v4.09 release later this year.
The 4.0.0-alpha.1 and 4.0.0-beta.2 release notes contain most of the information about the new features and changes for v4.