Skip to content

Instantly share code, notes, and snippets.

@ArnoutDevos
Created December 18, 2017 03:50
Show Gist options
  • Save ArnoutDevos/51796733969a3412bfdcb8d079b71bfd to your computer and use it in GitHub Desktop.
Save ArnoutDevos/51796733969a3412bfdcb8d079b71bfd to your computer and use it in GitHub Desktop.
{% if page.mathjax %}
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['@@','@@'], ['\\(','\\)']]}
});
</script>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment