mdcat
mdcat copied to clipboard
Format markdown for the console.


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...
Thank you.
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...