Mathjax not working

hi,
I have the following mathjax script to display mathjax/latex equation:
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/latest.min.js
but it is not working anymore(the equation does not show anymore) and the all blog post tab shows a spinning around icon because there is forever transfer of between blogger and the cdnjs.cloudflare site.
I tried using another mathjax script
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/startup.min.js
now the spinning icon is not there but still the equation does not show

does anybody know how to solve this problem?

thank you

I think you’ll need to show us the code that uses these scripts. A link to the scripts themselves doesn’t tell us much.

Have you checked the console to see what if any errors are being reported?

the equation mathjax/latex iss below:

Formula: \[F_{r}= \frac{1}{2\pi RC}\] 

the following is blog url:
https://digitalworld-weblog.blogspot.com/2021/09/mathjax-test.html
the following shows screenshot:


the image shows the spinning of icon near webpage title
eventually, firefox takes large amount of memory and then the PC hangs…and i had to shut the browser

any help is appreciated, thanks

Instead of pulling in startup.js, try the following link and see if it helps…

https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML
1 Like

thanks a lot it worked.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.