fix(ui): allow KaTeX inline math to be followed by punctuation (#11033)
parent
7b561be159
commit
9424f829eb
|
|
@ -475,6 +475,7 @@ export const { use: useMarked, provider: MarkedProvider } = createSimpleContext(
|
|||
},
|
||||
markedKatex({
|
||||
throwOnError: false,
|
||||
nonStandard: true,
|
||||
}),
|
||||
markedShiki({
|
||||
async highlight(code, lang) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue