aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/mathjax.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_includes/common/mathjax.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/_includes/common/mathjax.html b/_includes/common/mathjax.html
index 7110f57..e01e380 100644
--- a/_includes/common/mathjax.html
+++ b/_includes/common/mathjax.html
@@ -1,12 +1,4 @@
{% 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 %}