summaryrefslogtreecommitdiff
path: root/_includes/extensions/mathjax.html
blob: 9ddd1ff546941d43fe9e3d2147de856e28115e75 (plain)
1
2
3
4
5
6
7
8
9
10
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    tex2jax: {
      skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
      inlineMath: [['$','$']]
    }
  });
</script>
<script
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" type="text/javascript"></script>