Markdown to HTML
I usualy keep a log.md file to document every project. This file is
then converted to HTML. This script automates the process.
Installation
gem install md2html
Usage
md2html log.md
This will create a log.html file.
Modifiying The Layout
Look at the layout task in the Rakefile, you can add new css or
js files to it. They will be minified and appended to the layout.
Note: You need to download bootstrap.css, prettify.css and
prettify.js and place them in lib/md2html/html before running the
task.
Credits
This project uses