Skip to content

Instantly share code, notes, and snippets.

@pwxcoo
Created August 2, 2018 03:37
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 pwxcoo/0c95209e14acf5cf8b12cac759306f73 to your computer and use it in GitHub Desktop.
Save pwxcoo/0c95209e14acf5cf8b12cac759306f73 to your computer and use it in GitHub Desktop.
mathjax
<script src="https://cdn.bootcss.com/mathjax/2.7.4/MathJax.js?config=default">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'],["\\(","\\)"]],
displayMath: [['\\[','\\]'], ['$$','$$']],
},
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment