MathJax not working in Blogger

blogger

Since MathJax cdn is shut down, I did this:

enter image description here

I got this:

enter image description here

Is there any way to make MathJax work in Blogger? If not, are there any good alternatives?

Best Answer

Try linking to the current version of MathJax, without any parameters, and see if that works:

<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js" type="text/javascript"></script>

Some other CDNs that host MathJax include:

(This list is from the MathJax docs.)