Skip to content

Instantly share code, notes, and snippets.

@briatte
Created January 7, 2019 19:28
Show Gist options
  • Save briatte/e8ae1d6a965982766ef5de9e83d56415 to your computer and use it in GitHub Desktop.
Save briatte/e8ae1d6a965982766ef5de9e83d56415 to your computer and use it in GitHub Desktop.
MathJax <head> content for https://f.briatte.org/r
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_HTML" async></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment