Update templates/math.html
Browse files- templates/math.html +1 -3
templates/math.html
CHANGED
@@ -12,9 +12,7 @@
|
|
12 |
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/marked/9.1.6/marked.min.js"></script>
|
13 |
|
14 |
<!-- MathJax -->
|
15 |
-
<script
|
16 |
-
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
17 |
-
</script>
|
18 |
<script>
|
19 |
window.MathJax = {
|
20 |
tex: {
|
|
|
12 |
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/marked/9.1.6/marked.min.js"></script>
|
13 |
|
14 |
<!-- MathJax -->
|
15 |
+
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
|
|
|
16 |
<script>
|
17 |
window.MathJax = {
|
18 |
tex: {
|