On my wordpress webpage mathjax doesn't render - it shows
But if I take a copy of the page's code and load the html locally it renders OK:
What do I need to do to get the live web page to render?
The mathjax script included in the page is
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
Thanks
MathJax fails to load if the site is being viewed through HTTPS, which it is if HTTPS Everywhere. Disable HTTPS Everywhere for just this site, and then reload the page without HTTPS.