-
Notifications
You must be signed in to change notification settings - Fork 24
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
Improve markdown output formatting #75
Conversation
Something that bugs me a bit is how much nested spacing the Go tool adds:
What if we trimmed this by half? Note, this does not modify the test/user output, only the
|
This reverts commit a2e198c.
Okay, this is what a bunch of failures look like now in rendered in markdown: This GitHub Action run, https://github.com/mfridman/tparse/actions/runs/2613571846 There is one annoyance remaining, the package header in CI on GitHub looks a bit off: But, on local terminal it looks fine: |
Partially addresses #71
This PR improves the raw markdown output
Revisit #71 (comment) for collapsable sections.