fix(ui): allow KaTeX inline math to be followed by punctuation (#11033)

This commit is contained in:
zerone0x
2026-01-29 06:44:35 +08:00
committed by GitHub
parent 2da625de0e
commit 2d0a5c9a11
+1
View File
@@ -475,6 +475,7 @@ export const { use: useMarked, provider: MarkedProvider } = createSimpleContext(
},
markedKatex({
throwOnError: false,
nonStandard: true,
}),
markedShiki({
async highlight(code, lang) {