Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -5,10 +5,11 @@
|
|
5 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/showdown.min.js"></script>
|
6 |
<script>
|
7 |
window.MathJax = {
|
|
|
8 |
tex: {
|
|
|
9 |
inlineMath: [['\\(', '\\)']],
|
10 |
-
displayMath: [['$$', '$$']]
|
11 |
-
packages: {'[+]': ['ams', 'cancel']},
|
12 |
},
|
13 |
svg: {
|
14 |
fontCache: 'global'
|
|
|
5 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/showdown.min.js"></script>
|
6 |
<script>
|
7 |
window.MathJax = {
|
8 |
+
loader: {load: ['[tex]/ams']},
|
9 |
tex: {
|
10 |
+
packages: {'[+]': ['ams']},
|
11 |
inlineMath: [['\\(', '\\)']],
|
12 |
+
displayMath: [['$$', '$$']]
|
|
|
13 |
},
|
14 |
svg: {
|
15 |
fontCache: 'global'
|