1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-17 18:49:21 +01:00

Added instant loading setup to MathJax documentation

This commit is contained in:
squidfunk 2021-04-10 11:00:10 +02:00
parent bb57ea9b2d
commit 7761cad09b

View File

@ -49,6 +49,10 @@ JavaScript][8]:
processHtmlClass: "arithmatex"
}
};
document$.subscribe(() => {
MathJax.typesetPromise()
})
```
=== "mkdocs.yml"