I am trying to use MathJax inside a polymer.dart element:
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
Any help would be appreciated. Update: Using this:
MathJax.Hub.Queue(["Typeset",MathJax.Hub,"myDivWithMath"]);