InvokeMathJax.js 236 B

1234
  1. var MathjaxScript=document.createElement("script");
  2. MathjaxScript.type="text/javascript";
  3. MathjaxScript.src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
  4. document.head.appendChild(MathjaxScript);