multi_markdown allows projects to use a wide variety of Markdown Processors, without having to depend on a specific one.
A common interface to multiple Ruby Markdown libraries. Not to be confused with
the MultiMarkdown format/tool.
require 'multi_markdown'
MultiMarkdown.new('hello _world_').to_html
# => "<p>hello <em>world</em></p>\n"
$ gem install multi_markdown
Copyright © 2012-2013 Hal Brodigan
See {file:LICENSE.txt} for details.