File tree 3 files changed +7
-7
lines changed
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:
387
387
plugins:
388
388
- privacy:
389
389
assets_exclude: # (1)!
390
- - cdn.jsdelivr.net/npm /mathjax@3/*
390
+ - unpkg.com /mathjax@3/*
391
391
- giscus.app/*
392
392
` ` `
393
393
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ to your `mkdocs.yml`.
65
65
extra_javascript:
66
66
- javascripts/mathjax.js
67
67
- 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
69
69
```
70
70
71
71
See additional configuration options:
@@ -76,7 +76,7 @@ See additional configuration options:
76
76
[ instant loading ] : ../setup/setting-up-navigation.md#instant-loading
77
77
78
78
<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 >
80
80
<script >
81
81
window .MathJax = {
82
82
tex: {
@@ -124,11 +124,11 @@ supports a subset of LaTeX syntax and can render math to HTML and SVG. To use
124
124
125
125
extra_javascript:
126
126
- 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
129
129
130
130
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
132
132
```
133
133
134
134
## Usage
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ of [additional JavaScript]:
70
70
extra_javascript:
71
71
- javascripts/mathjax.js
72
72
- 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
74
74
```
75
75
76
76
The other configuration options of this extension are not officially supported
You can’t perform that action at this time.
0 commit comments