mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added instant loading setup to MathJax documentation
This commit is contained in:
parent
bb57ea9b2d
commit
7761cad09b
@ -49,6 +49,10 @@ JavaScript][8]:
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise()
|
||||
})
|
||||
```
|
||||
|
||||
=== "mkdocs.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user