-
-
Notifications
You must be signed in to change notification settings - Fork 339
cli/list: Add markdown format support #2265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3317f22
to
732bc3c
Compare
Hey @stgraber, I have to say I'm not sure I understand the CI results, the logs don't seem to point towards anything modified in this PR. Any pointers would be greatly appreciated 😅 |
We seem to be getting some garbled output out of the CLI, we're running |
Yeah, there's something very wrong here:
|
That's weird, it might be related to the auto-formatting that's enabled by default in table writer >1.0.0. I'll be a bit short on time tomorrow, but I'll try to look into it in the coming days. Thanks! |
Signed-off-by: Julien Champoux <champoux.julien@gmail.com>
Signed-off-by: Julien Champoux <champoux.julien@gmail.com>
Signed-off-by: Julien Champoux <champoux.julien@gmail.com>
7200cf2
to
3bbdecf
Compare
Thanks! |
The change could've been made with tablewriter 0.0.5, but native markdown support was only implemented in later versions so it would've required a bit more code to make it work as-is.
The only behavioral difference from the looks of it is the removal of an extra space on the left side when using
-f compact
.Closes #2194