mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
fix(ui): allow KaTeX inline math to be followed by punctuation (#11033)
This commit is contained in:
parent
7b561be159
commit
9424f829eb
1 changed files with 1 additions and 0 deletions
|
|
@ -475,6 +475,7 @@ export const { use: useMarked, provider: MarkedProvider } = createSimpleContext(
|
|||
},
|
||||
markedKatex({
|
||||
throwOnError: false,
|
||||
nonStandard: true,
|
||||
}),
|
||||
markedShiki({
|
||||
async highlight(code, lang) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue