Project

md2html

0.0
No commit activity in last 3 years
No release in over 3 years
Converts markdown to styled html with code highlighting
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.

Screenshot

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