charmbracelet / glamour

Stylesheet-based markdown rendering for your CLI apps 💇🏻‍♀️
MIT License
2.38k stars 175 forks source link

refactor: replace TableWriter with lipgloss table #254

Closed bashbunni closed 1 month ago

bashbunni commented 1 year ago

Depends on this PR in Lipgloss https://github.com/charmbracelet/lipgloss/pull/218 Would simplify the implementation of our current table rendering solution

meowgorithm commented 1 year ago

Lip Gloss table is pretty close, I think, so I imagine we can get it in not too long after Maas gets back. The width settings on the table actually came from the goal of implementing it into Glamour.

maxmoehl commented 5 months ago

Would this help resolve #247 or is that a different issue?

bashbunni commented 5 months ago

hey @maxmoehl this change should fix a lot of the issues currently have open for glamour tables. That one included