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:
@@ -49,6 +49,10 @@ JavaScript][8]:
|
|||||||
processHtmlClass: "arithmatex"
|
processHtmlClass: "arithmatex"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
document$.subscribe(() => {
|
||||||
|
MathJax.typesetPromise()
|
||||||
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "mkdocs.yml"
|
=== "mkdocs.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user