File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change
1
+ window . MathJax = {
2
+ tex : {
3
+ inlineMath : [ [ "$$" , "$$" ] ] ,
4
+ displayMath : [ [ "$$" , "$$" ] ] ,
5
+ processEscapes : true ,
6
+ processEnvironments : true
7
+ } ,
8
+ options : {
9
+ ignoreHtmlClass : ".*|" ,
10
+ processHtmlClass : "arithmatex"
11
+ }
12
+ } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ markdown_extensions:
64
64
generic : true
65
65
66
66
extra_javascript :
67
- - javascripts/katex.js
68
- - https://unpkg.com/katex@0/dist/katex.min.js
69
- - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
70
-
71
- extra_css :
72
- - https://unpkg.com/katex@0/dist/katex.min.css
67
+ - javascripts/config.js
68
+ - https://polyfill.io/v3/polyfill.min.js?features=es6
69
+ - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
You can’t perform that action at this time.
0 commit comments