markdown_to_html_doc.rb
Last updated: 04/30/2008
markdown_to_html_doc.rb is a script that that converts a Markdown document into a full HTML document. The script contains a style block, so you can create a uniform style for all your documents.
If you’d like to try it out:
- Download the program
- Unzip the archive
- Install the BlueCloth RubyGem
- Create and save a Markdown document
- Open a terminal window and change the directory to the location of the Markdown document
- Type
ruby markdown_to_html_doc.rb markdown_filename

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.