cli/utils
vilmibm e42b097629 inline a markdown rendering lib
This commit inlines https://github.com/tj/go-termd for a few reasons:

- off the shelf it relies on a broken, erroneously released version of
blackfriday (a markdown parser)
- based on discussion with ampinsk, there are some tweaks we'd like to
make to markdown rendering beyond what the library exposes now
- it's a small library (around 300 sloc)

This commit only:

- messes with go.mod to fix the blackfriday issues
- adds an inclusion note
- renames the package
2020-01-10 14:44:51 -06:00
..
color.go Add docs to color funcs 2019-11-28 11:55:14 +01:00
prepare_cmd.go Only capture stderr of commands that don't have configured Stderr 2019-11-14 20:02:42 +01:00
table_printer.go Ensure that commands print to a colorable output 2019-11-27 20:51:51 +01:00
utils.go inline a markdown rendering lib 2020-01-10 14:44:51 -06:00