You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove pipe_table.filler config and RenderMarkdownTableFill highlight
## Details
The table filler highlight is used for inlined spaces to pad out tables
so that columns line up nicely. However using a special highlight group
for this does not serve a purpose. There are many other instances where
we add spaces for padding and in all cases we use the default padding
highlight "Normal". To make the behavior more similar to other
components the highlight and configuration option have been removed.
In some ways this could be a breaking change, but I really can't see
a use case for having the padding stand out (i.e. using a custom
background color), I imagine all existing usage of this option set some
value that ends up having no visual effect. If any bug reports are
submitted around this I will reconsider by either adding it back or
marking this as a hard breaking change, depending on the use case.
0 commit comments