Prepare for MathJax CDN shutdown
Closed this issue · 1 comments
gagern commented
According to https://www.mathjax.org/cdn-shutting-down/, cdn.mathjax.org
is shutting down by the end of April and we should be migrating away from that. A suitable cdnjs.cloudflare.com
configuration might be our best bet. Right now there are three gallery pages using that host, one conference presentation and two examples shipped with the source tree.
- website/src/gallery/main/JuliaConjugated/description.md
- website/src/gallery/cindygl/ComplexExplorer/description.md
- website/src/gallery/main/ComplexExplorer/description.md
- website/src/asis/pub/2016-icms/plugins/EuclidMJ.html
- CindyJS/examples/19_EuclidsAlgX2.html
- CindyJS/examples/cindygl/22_explorer.html
montaga commented
I committed the replacement of all the dependencies from cdn.mathjax.org
with https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js
directly into the master.