File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ external assets for different origins:
387387plugins:
388388 - privacy:
389389 assets_exclude: # (1)!
390- - cdn.jsdelivr.net/npm /mathjax@3/*
390+ - unpkg.com /mathjax@3/*
391391 - giscus.app/*
392392` ` `
393393
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ to your `mkdocs.yml`.
6565 extra_javascript:
6666 - javascripts/mathjax.js
6767 - https://polyfill.io/v3/polyfill.min.js?features=es6
68- - https://cdn.jsdelivr.net/npm /mathjax@3/es5/tex-mml-chtml.js
68+ - https://unpkg.com /mathjax@3/es5/tex-mml-chtml.js
6969 ```
7070
7171See additional configuration options:
@@ -76,7 +76,7 @@ See additional configuration options:
7676 [ instant loading ] : ../setup/setting-up-navigation.md#instant-loading
7777
7878<script src =" https://polyfill.io/v3/polyfill.min.js?features=es6 " ></script >
79- <script id =" MathJax-script " async src =" https://cdn.jsdelivr.net/npm /mathjax@3/es5/tex-mml-chtml.js " ></script >
79+ <script id =" MathJax-script " async src =" https://unpkg.com /mathjax@3/es5/tex-mml-chtml.js " ></script >
8080<script >
8181 window .MathJax = {
8282 tex: {
@@ -124,11 +124,11 @@ supports a subset of LaTeX syntax and can render math to HTML and SVG. To use
124124
125125 extra_javascript:
126126 - javascripts/katex.js
127- - https://cdnjs.cloudflare. com/ajax/libs/KaTeX/0.16.7 /katex.min.js
128- - https://cdnjs.cloudflare. com/ajax/libs/KaTeX/0.16.7 /contrib/auto-render.min.js
127+ - https://unpkg. com/katex@0/dist /katex.min.js
128+ - https://unpkg. com/katex@0/dist /contrib/auto-render.min.js
129129
130130 extra_css:
131- - https://cdnjs.cloudflare. com/ajax/libs/KaTeX/0.16.7 /katex.min.css
131+ - https://unpkg. com/katex@0/dist /katex.min.css
132132 ```
133133
134134## Usage
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ of [additional JavaScript]:
7070 extra_javascript:
7171 - javascripts/mathjax.js
7272 - https://polyfill.io/v3/polyfill.min.js?features=es6
73- - https://cdn.jsdelivr.net/npm /mathjax@3/es5/tex-mml-chtml.js
73+ - https://unpkg.com /mathjax@3/es5/tex-mml-chtml.js
7474 ```
7575
7676The other configuration options of this extension are not officially supported
You can’t perform that action at this time.
0 commit comments