minor fixes and improvements

This commit is contained in:
2026-07-09 16:47:12 +02:00
parent 9eedf8cff4
commit ac05a5f653
4 changed files with 44 additions and 56 deletions
-11
View File
@@ -1,11 +0,0 @@
// https://squidfunk.github.io/mkdocs-material/reference/math/#katex
document$.subscribe(({ body }) => {
renderMathInElement(body, {
delimiters: [
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: false },
{ left: "\\(", right: "\\)", display: false },
{ left: "\\[", right: "\\]", display: true }
],
})
})