mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-25 10:45:04 +01:00
fix: markdown table renders (#1623)
This commit is contained in:
@@ -285,6 +285,8 @@ func generateMarkdownStyleConfig(backgroundColor compat.AdaptiveColor) ansi.Styl
|
|||||||
StyleBlock: ansi.StyleBlock{
|
StyleBlock: ansi.StyleBlock{
|
||||||
StylePrimitive: ansi.StylePrimitive{
|
StylePrimitive: ansi.StylePrimitive{
|
||||||
BlockSuffix: "\n",
|
BlockSuffix: "\n",
|
||||||
|
// TODO: find better way to fix markdown table renders
|
||||||
|
BackgroundColor: stringPtr(""),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
CenterSeparator: stringPtr("┼"),
|
CenterSeparator: stringPtr("┼"),
|
||||||
|
|||||||
Reference in New Issue
Block a user