Skip to content

Instantly share code, notes, and snippets.

@stephaniehicks
Created May 7, 2014 23:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
HTML code to add MathJax to a Jekyll Blog
<!-- mathjax javascript -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript" src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
@ady7878
Copy link

ady7878 commented Jan 13, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment