Created
August 2, 2018 03:37
-
-
Save pwxcoo/0c95209e14acf5cf8b12cac759306f73 to your computer and use it in GitHub Desktop.
mathjax
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
<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