Skip to content

Instantly share code, notes, and snippets.

@vbogretsov
Last active October 16, 2019 15:22
Show Gist options
  • Select an option

  • Save vbogretsov/8748a9d603c3a41d6f659642e20c3fa9 to your computer and use it in GitHub Desktop.

Select an option

Save vbogretsov/8748a9d603c3a41d6f659642e20c3fa9 to your computer and use it in GitHub Desktop.
MathJax test
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'] ], processEscapes: true } }); </script> <script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script>  

Hello

This is inline expr: $ x = x^2 $

And this is not inlined: $$ x = x^2 $$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment