Skip to content

Instantly share code, notes, and snippets.

@stephaniehicks
Created May 7, 2014 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephaniehicks/4d221a3815da9c25c02a to your computer and use it in GitHub Desktop.
Save stephaniehicks/4d221a3815da9c25c02a to your computer and use it in GitHub Desktop.
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>
@ydkahin
Copy link

ydkahin commented Jan 13, 2017

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