fix: KaTeX math engine render

This commit is contained in:
kangfenmao 2025-08-20 11:12:42 +08:00
parent cffaf99b17
commit 47f49532c6

View File

@ -106,6 +106,10 @@
white-space: pre-wrap;
}
.katex span {
white-space: pre;
}
p code,
li code {
background: var(--color-background-mute);