mathjax.html 343 B

123456789101112
  1. {% if page.mathjax %}
  2. <script type="text/javascript">
  3. MathJax = {
  4. options: {
  5. skipHtmlTags: [
  6. 'script', 'noscript', 'style', 'textarea', 'pre', 'code'
  7. ]
  8. }
  9. };
  10. </script>
  11. <script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  12. {% endif %}