Markdown to HTML

This utility utilize redcarpet markdown parser and github-markdown.css by sindresorhus to generate html file for printing.

Dev Env Setup

$ git clone https://github.com/githubutilities/mdtohtml.git
$ cd mdtohtml
$ gem install bundler
$ bundle install