mdcat icon indicating copy to clipboard operation
mdcat copied to clipboard

Format markdown for the console.

Results 7 mdcat issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/10111/75005187-f1725280-54b0-11ea-923c-15b45c3c1638.png)

![image](https://user-images.githubusercontent.com/10111/75002539-24fcaf00-54a8-11ea-8239-a11dda72d0e6.png)

This is also useful as a lib, would be nice to export those parts in a package

``` go: finding github.com/samfoo/mdcat latest go: downloading github.com/samfoo/mdcat v0.0.0-20160126001438-3e3d5157e737 go: extracting github.com/samfoo/mdcat v0.0.0-20160126001438-3e3d5157e737 go: finding github.com/samfoo/ansi latest go: downloading github.com/russross/blackfriday v2.0.0+incompatible go: extracting github.com/russross/blackfriday v2.0.0+incompatible go: downloading github.com/samfoo/ansi v0.0.0-20160124022901-b6bd2ded7189 go:...

Ran this against a md file that had a level five heading and it crashed. So I've popped a quick bounds check in to avoid this in future. At the...

First of all, hi and thanks for contributing this cool program! I've been looking at integrating a markdown renderer in one of our projects, and `mdcat` seems to contain the...