mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
fix: markdown table renders (#1623)
This commit is contained in:
parent
49aa48ce58
commit
677fb6032b
1 changed files with 2 additions and 0 deletions
|
|
@ -285,6 +285,8 @@ func generateMarkdownStyleConfig(backgroundColor compat.AdaptiveColor) ansi.Styl
|
|||
StyleBlock: ansi.StyleBlock{
|
||||
StylePrimitive: ansi.StylePrimitive{
|
||||
BlockSuffix: "\n",
|
||||
// TODO: find better way to fix markdown table renders
|
||||
BackgroundColor: stringPtr(""),
|
||||
},
|
||||
},
|
||||
CenterSeparator: stringPtr("┼"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue