aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/mathjax.html
blob: 7110f572f20bf14c97e534667c7633bb22060907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{% if page.mathjax %}
  <script>
// See the README.md for explanation:
MathJax = {
  tex: {
    inlineMath: [['$', '$']]
  }
};
  </script>
  <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
  <script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
{% endif %}