Skip to content

Commit

Permalink
Remove polyfill requirements for Mathjax and do not recommend it in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jun 26, 2024
1 parent c8856a3 commit 6ed6826
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/src/markdown/extensions/arithmatex.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ of including MathJax is to use the CDN. Latest version at time of writing this i

/// tab | MathJax 3
```html
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
```
///
Expand Down
1 change: 0 additions & 1 deletion docs/src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ extra_css:
extra_javascript:
- https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- assets/pymdownx-extras/extra-loader.js

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ extra_css:
extra_javascript:
- https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- assets/pymdownx-extras/extra-loader-BVeA8y63.js

Expand Down

0 comments on commit 6ed6826

Please sign in to comment.