Markdown to HTML¶ ↑
This utility utilize {redcarpet
markdown parser}[https://github.com/vmg/redcarpet] and {github-markdown.css
by sindresorhus}[https://github.com/sindresorhus/github-markdown-css] to generate html
file for printing.
Install From Gem¶ ↑
# search it gem list -r mdtohtml # and install it gem install mdtohtml
Dev Env Setup¶ ↑
$ git clone https://github.com/githubutilities/mdtohtml.git $ cd mdtohtml $ gem install bundler $ bundle install