File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
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+ } ;
13+
14+ document$ . subscribe ( ( ) => {
15+ MathJax . typesetPromise ( )
16+ } )
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ markdown_extensions:
3636 alternate_style : true
3737 - toc :
3838 permalink : true
39+ - pymdownx.arithmatex :
40+ generic : true
3941plugins :
4042 - search
4143 - awesome-pages
5456 api_key : !ENV POSTHOG_API_KEY
5557 api_host : !ENV POSTHOG_API_HOST
5658extra_css :
57- - stylesheets/extra.css
59+ - stylesheets/extra.css
60+ extra_javascript :
61+ - javascripts/mathjax.js
62+ - https://polyfill.io/v3/polyfill.min.js?features=es6
63+ - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
You can’t perform that action at this time.
0 commit comments