Created
July 29, 2012 21:00
-
-
Save ramnathv/3201817 to your computer and use it in GitHub Desktop.
Mathjax Fallback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- MathJax: Fall back to local if CDN offline but local image fonts are not supported (saves >100MB) --> | |
<script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | |
<script>window.MathJax || document.write('<script type="text/x-mathjax-config">MathJax.Hub.Config({"HTML-CSS":{imageFont:null}});<\/script><script src="{{ url.mathjax }}/MathJax.js?config=TeX-AMS-MML_HTMLorMML"><\/script>')</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment