mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 04:12:25 +00:00
fix: markdown table rendering (#27747)
This commit is contained in:
parent
104f5d5a14
commit
c2ffd7cf14
2 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue