fix: markdown table rendering (#27747)

This commit is contained in:
Aiden Cline
2026-05-15 09:22:24 -05:00
committed by GitHub
parent 104f5d5a14
commit c2ffd7cf14
2 changed files with 1 additions and 0 deletions

View File

@@ -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
View File