[ANN] markdown gem - Markdown Engine Wrapper - Use Your Markdown Library of Choice in Ruby
Gerald Bauer
gerald.bauer at gmail.com
Sat Jun 16 15:09:56 EDT 2012
Hello,
I've created a markdown gem in Ruby that lets you use your markdown
library of choice. Preconfigured markdown libraries include: kramdown,
redcarpet, bluecloth, maruku, rpeg-markdown, rdiscount, pandoc-ruby.
Usage in your Ruby code:
require 'markdown'
Markdown.new( 'Hello World' ).to_html
The gem also includes a little command line tool. Try markdown -h
for details.
For configuration and more see the project site at
http://geraldb.github.com/markdown
Cheers.
More information about the Markdown-Discuss
mailing list