File tree 3 files changed +31
-2
lines changed
3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 25
25
path : .cache
26
26
restore-keys : |
27
27
mkdocs-material-
28
- - run : pip install mkdocs-material
28
+ - run : pip install pymdown-extensions
29
+ - run : pip install mkdocs-material
29
30
- run : mkdocs gh-deploy --force
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
+ } ;
13
+
14
+ document$ . subscribe ( ( ) => {
15
+ MathJax . startup . output . clearCache ( )
16
+ MathJax . typesetClear ( )
17
+ MathJax . texReset ( )
18
+ MathJax . typesetPromise ( )
19
+ } )
Original file line number Diff line number Diff line change 1
1
site_name : ZuneDev Wiki
2
2
site_url : http://zunedev.github.io
3
+
3
4
extra_css :
4
- - style.css
5
+ - style.css
6
+
7
+ markdown_extensions :
8
+ - pymdownx.arithmatex :
9
+ generic : true
10
+
11
+ extra_javascript :
12
+ - javascripts/mathjax.js
13
+ - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
You can’t perform that action at this time.
0 commit comments