Compare commits
No commits in common. "250784ab894881b251ff539c646d8fdcd2ddd5e3" and "4f983647f1912ef80b81dd92ef3a88e90f4ae536" have entirely different histories.
250784ab89
...
4f983647f1
6 changed files with 0 additions and 126 deletions
|
@ -1,16 +0,0 @@
|
|||
window.MathJax = {
|
||||
tex: {
|
||||
inlineMath: [["\\(", "\\)"]],
|
||||
displayMath: [["\\[", "\\]"]],
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise()
|
||||
})
|
100
docs.extra/js/polyfill.min.js
vendored
100
docs.extra/js/polyfill.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -36,30 +36,21 @@ 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…
Add table
Reference in a new issue