Upgrade Katex to v0.16.10

This commit is contained in:
Will Faught
2024-04-06 17:58:45 -07:00
parent d0a44bcda1
commit 0e0df96c29
32 changed files with 3806 additions and 3525 deletions

View File

@@ -132,7 +132,7 @@
border-color: currentColor;
}
.katex .katex-version::after {
content: "0.16.8";
content: "0.16.10";
}
.katex .katex-mathml {
/* Accessibility hack to only show to screen readers
@@ -211,6 +211,11 @@
.katex .textfrak {
font-family: KaTeX_Fraktur;
}
.katex .mathboldfrak,
.katex .textboldfrak {
font-family: KaTeX_Fraktur;
font-weight: bold;
}
.katex .mathtt {
font-family: KaTeX_Typewriter;
}