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 7b561be159
commit 9424f829eb

View File

@@ -475,6 +475,7 @@ export const { use: useMarked, provider: MarkedProvider } = createSimpleContext(
}, },
markedKatex({ markedKatex({
throwOnError: false, throwOnError: false,
nonStandard: true,
}), }),
markedShiki({ markedShiki({
async highlight(code, lang) { async highlight(code, lang) {