Update Theme

This commit is contained in:
Nathan Nguyen
2024-10-07 11:29:23 -05:00
parent bddcc244e5
commit 2c5ed90d77
4 changed files with 42 additions and 3 deletions

View File

@@ -11,4 +11,11 @@ window.MathJax = {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};
};
document$.subscribe(() => {
MathJax.startup.output.clearCache()
MathJax.typesetClear()
MathJax.texReset()
MathJax.typesetPromise()
})