1# go-term-markdown
2
3[](https://travis-ci.org/MichaelMure/go-term-markdown)
4[](https://godoc.org/github.com/MichaelMure/go-term-markdown)
5[](https://goreportcard.com/report/github.com/MichaelMure/go-term-markdown)
6[](https://codecov.io/gh/MichaelMure/go-term-markdown)
7[](https://github.com/MichaelMure/go-term-markdown/blob/master/LICENSE)
8[](https://gitter.im/the-git-bug/Lobby)
9
10`go-term-markdown` is a go package implementing a Markdown renderer for the terminal.
11
12Note: Markdown being originally designed to render as HTML, rendering in a terminal is occasionally challenging and some adaptation had to be made.
13
14## Example
15
16> TODO
17
18## Origin
19
20This package has been extracted from the [git-bug](https://github.com/MichaelMure/git-bug) project. As such, its aim is to support this project and not to provide an all-in-one solution. Contributions or full-on takeover as welcome though.
21
22## Contribute
23
24PRs accepted.
25
26## License
27
28MIT