summaryrefslogtreecommitdiff
path: root/_includes/extensions/mathjax.html
blob: b06023b3ca69dedc807a1b64d403fb871218d9fd (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>