Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 868 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 868 Bytes

Markdown to HTML converter

By Kristjan Jansen http://kika.trip.ee

About

md2html utility converts Markdown files to HTML with some additional niceties:

  • Print-optimized CSS stylesheet with separate title page
  • URL autolinking
  • Github-style linebreaks
  • Extra typographic conversions such as --
  • Easy image linking using img:filename tag, just place your images to img/ folder and they will be picked from there

Requirements

Get started

gem install redcarpet
git clone https://github.com/kristjanjansen/md2html.git
cd md2html
ruby md2html README.md README.html (optional.erb)

Thanks

Nando Vieira and his awesome https://github.com/fnando/kitabu_for_aaa for inspiration

"Something nice" -- some'ng good!