I am trying to use MathJax on my blog.
I followed the instructions and added:
Code:
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
However, when I try to use LaTeX markup in my posts (like $$x+y$$), it displays as itself and not as nicely-formatted math equations.
I am no expert in JavaScript, so I am hoping someone who is can get this working and tell me how they did it.
Thanks.