Skip to content

Instantly share code, notes, and snippets.

@DesWurstes
Last active November 29, 2020 11:04
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 DesWurstes/3095860837dbfae2dddb592ec59c52e8 to your computer and use it in GitHub Desktop.
Save DesWurstes/3095860837dbfae2dddb592ec59c52e8 to your computer and use it in GitHub Desktop.
MathJax Latex Quick Start
<script>
MathJax = {
tex: {
inlineMath: [['$', '$']],
displayMath: [['$$','$$']],
},
svg: {
fontCache: 'global',
},
options: {
enableMenu: false,
},
};
</script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.1.2/es5/tex-chtml.js" crossorigin="anonymous" integrity="sha256-+nfSJ1LiSvANSK3wvi6FjM+oFwoIQvURU1frozp5z6o="></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment