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"