File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
60
60
<!-- http://docs.mathjax.org/ -->
61
61
<!-- http://docs.mathjax.org/en/latest/options/output/chtml.html?highlight=displayAlign#the-configuration-block -->
62
- < script defer id ="mathjax " src ="/assets/@mathjax/mathjax-newcm-font/tex-mml-chtml-mathjax-newcm.js?{{ time }} "> </ script >
63
62
< script >
64
63
MathJax = {
65
64
chtml : {
66
- displayAlign : 'left' ,
67
- fontURL : $ ( '#mathjax' ) . attr ( 'src' ) . value . replace ( / \/ [ ^ \/ ] * $ / , '' )
65
+ displayAlign : 'left'
68
66
} ,
69
67
loader : {
70
- dynamicPrefix : 'self'
68
+ paths : {
69
+ 'mathjax-newcm' : '[mathjax]/../@mathjax/mathjax-newcm-font'
70
+ }
71
71
}
72
72
} ;
73
- console . log ( $ ( '#mathjax' ) . attr ( 'src' ) . replace ( / \/ [ ^ \/ ] * $ / , '' ) ) ;
74
73
</ script >
74
+ < script id ="mathjax " src ="/assets/mathjax/tex-mml-chtml.js?{{ time }} "> </ script >
75
75
76
76
<!-- https://github.com/verlok/vanilla-lazyload -->
77
77
< script src ="/assets/intersection-observer/intersection-observer.js?{{ time }} "> </ script >
You can’t perform that action at this time.
0 commit comments