• MathJax have announced they’re shutting down their CDN on April 30, 2017:

    MathJax CDN shutting down on April 30, 2017

    Since the MathJax-LaTeX plugin links out to the MathJax CDN, it should be modified to redirect to cdnjs by changing from:

    <script type="text/javascript" async
      src="https://cdn.mathjax.org/mathjax/2.7-latest/MathJax.js?...">
    </script>

    to:

    <script type="text/javascript" async
      src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?...">
    </script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘MathJax CDN Shutting Down’ is closed to new replies.