couch/thirdparty/bullet/docs/pybullet_quickstart_guide/WordpressPreview/InvokeMathJax.js
2021-03-15 17:11:19 -05:00

5 lines
236 B
JavaScript

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