http://stackoverflow.com/questions/7694887/is-there-a-command-line-utility-for-rendering-github-flavored-markdown
59 |
A little late to the game, but I wrote a small CLI in Python a few weeks ago and just added GFM support. It's called Grip (Github Readme Instant Preview).
Install it with:
And to use it, simply:
Then visit
localhost:5000 to view the readme.md file at that location.
You can also specify your own file:
And change port:
And of course, specifically render GitHub-Flavored Markdown, optionally with repo context:
Notable features:
Hope this helps someone here. Check it out.
|
Comments