go-termd
go-termd copied to clipboard
Package termd provides terminal markdown rendering, with code block syntax highlighting support.
As of now, `go-termd` doesn't handle HTML tags (just [like anything else](https://github.com/tj/go-termd/blob/7f6aeb16638085719d9c0a6c14231f41932445fc/termd.go#L111)). But certain tags, like comments or ``, aren't exactly strangers in Markdown documents... Any thoughts on supporting those...
Hi, Looks like a very promising tool for CLI users! I tried ```sh GO111MODULE=on go get -u github.com/tj/go-termd@latest ``` but no luck: no binary is created since there is no...
I saw this repo [mentioned on twitter](https://twitter.com/TrendingGolang/status/1193857806677479426) and I thought I would check it out. It really needs some screenshots in the README after all it claims to render markdown...
Right now some of it is hard-coded
## Prerequisites * [x] I searched to see if the issue already exists. ## Description If trailing \ hardbreaks are encountered an error is written to the output. ## Steps...