Showmd
An executable to preview markdown in your browser
Showmd lets you preview markdown files in your browser from the command line, it's a lightweight utility that will take the path to a markdown file and open up a preview in your browser. The markdown file is read and converted to HTML using pagedown and pagedown-extra javascript libraries, a temporary file is created and previewed using launchy, so as everything is done client side you don't even need a net connection.
Installation
gem install showmd
Usage
showmd my_project/README.md
Screenshot

Tests
rake test
Licence
See Licence.txt