feat: Add dependencies for mathjax
This commit is contained in:
parent
4f983647f1
commit
2a8f04b087
1 changed files with 9 additions and 0 deletions
|
@ -36,21 +36,30 @@ i18n:
|
|||
|
||||
extra_css:
|
||||
- css/extra.css
|
||||
- ../docs.extra/css/extra.css
|
||||
|
||||
extra_javascript:
|
||||
- js/extra.js
|
||||
- ../docs.extra/js/extra.js
|
||||
- ../docs.extra/js/mathjax.js
|
||||
- ../docs.extra/js/polyfill.min.js
|
||||
- ../docs.extra/js/tex-mml-chtml.js
|
||||
|
||||
# author:
|
||||
# github: 'glenux'
|
||||
# twitter: 'glenux'
|
||||
|
||||
# Extensions
|
||||
# * https://squidfunk.github.io/mkdocs-material/reference/mathjax/
|
||||
markdown_extensions:
|
||||
- footnotes
|
||||
- admonition
|
||||
- toc:
|
||||
permalink: '#'
|
||||
|
||||
# https://squidfunk.github.io/mkdocs-material/reference/mathjax/
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: false
|
||||
|
|
Loading…
Reference in a new issue