bashbunni
bashbunni
I still don't know why the one test is failing, but I've added a basic padded cell style and support text styling for the cells. I wonder if using renderText...
Going to work on margin support in another PR - the scope of this one is just table rendering
I believe this is using the Lip Gloss table in its pre-release state, so will need to tidy this up a bit before she's ready 2 rock
hey @maxmoehl this change should fix a lot of the issues currently have open for glamour tables. That one included
@skatkov yeah still clickable :)
Tests are failing, but the output isn't hugely helpful... It *looks* like the ansi code is different on the line where there is a difference, but it doesn't really help...
Soooo this is what `cmp.Diff` does when an output is considered "non-printable". The `|.[0m.[38;5;252m|` is what differed between the `got` and `want` values and this only happens with long chinese...
Thanks for reporting this! I'm going to migrate the issue to Glamour, our markdown rendering library, so we can track it there.
@muesli please let me know if there's a better way here, but I know you can adjust the style config for the list items as follows: ```go config := glamour.DarkStyleConfig...
Thanks for bringing this to our attention! I'm going to move it to our markdown rendering library so we can make sure it gets addressed in the upstream dependency.