fix: markdown table renders (#1623)
parent
49aa48ce58
commit
677fb6032b
|
|
@ -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…
Reference in New Issue