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
Is your feature request related to a problem? Please describe.
I have a CLI that supports 3 table formats: plain (HiddenBorder), basic (RoundedBorder), and markdown (??). I used lipgloss/table to build a table and would like to output it in all those formats.
Is your feature request related to a problem? Please describe.
I have a CLI that supports 3 table formats: plain (HiddenBorder), basic (RoundedBorder), and markdown (??). I used
lipgloss/table
to build a table and would like to output it in all those formats.Output examples
Plain
Basic (poorly named, "with border")
Markdown
Describe the solution you'd like
I'd be nice if there was a
lipglosss.MarkdownBorder()
, which would allow converting a lipgloss table into a renderable markdown table.Describe alternatives you've considered
This did the trick for me:
Additional context
This might be overly specific, but opening this up for discussion and/or if someone else finds this useful.
The text was updated successfully, but these errors were encountered: