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