Ruby gem to convert Markdown to styled HTML with highlighted code
I usualy keep a log.md
file to document every project. This file is
then converted to HTML. This script automates the process.
gem install md2html
md2html log.md
This will create a log.html
file.
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.
This project uses