fix: markdown table renders (#1623)

This commit is contained in:
Aiden Cline 2025-08-05 17:16:35 -05:00 committed by GitHub
parent 49aa48ce58
commit 677fb6032b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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("┼"),