MathJax icon indicating copy to clipboard operation
MathJax copied to clipboard

CDN ships ES5, which is 20+ years old?

Open NullVoxPopuli opened this issue 2 years ago • 4 comments

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?

NullVoxPopuli avatar Oct 24 '23 19:10 NullVoxPopuli

Have a look at v4.

pkra avatar Oct 26 '23 07:10 pkra

where are the docs for v4? :sweat_smile:

NullVoxPopuli avatar Oct 26 '23 15:10 NullVoxPopuli

Right now I'd start here: https://github.com/mathjax/MathJax-src/releases

pkra avatar Oct 26 '23 15:10 pkra

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.

dpvc avatar Oct 31 '23 13:10 dpvc