Docfile commited on
Commit
fe47056
·
verified ·
1 Parent(s): 63c42db

Update index.html

Browse files
Files changed (1) hide show
  1. 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'