Update Theme

This commit is contained in:
Indigo5684
2025-09-30 13:19:25 -05:00
parent 79f24cb6ae
commit 86b25fafa8
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()
})