fix: markdown table rendering (#27747)
This commit is contained in:
parent
104f5d5a14
commit
c2ffd7cf14
@ -1533,6 +1533,7 @@ function TextPart(props: { last: boolean; part: TextPart; message: AssistantMess
|
||||
streaming={true}
|
||||
internalBlockMode="top-level"
|
||||
content={props.part.text.trim()}
|
||||
tableOptions={{ style: "grid" }}
|
||||
conceal={ctx.conceal()}
|
||||
fg={theme.markdownText}
|
||||
bg={theme.background}
|
||||
|
||||
0
script/github/close-prs.ts
Normal file → Executable file
0
script/github/close-prs.ts
Normal file → Executable file
Loading…
Reference in New Issue
Block a user