Reputation: 314
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
Upvotes: 1
Views: 666