multi_markdown

multi_markdown allows projects to use a wide variety of Markdown Processors, without having to depend on a specific one.

19
1
Ruby

multi_markdown

Description

A common interface to multiple Ruby Markdown libraries. Not to be confused with
the MultiMarkdown format/tool.

Supported

Examples

require 'multi_markdown'

MultiMarkdown.new('hello _world_').to_html
# => "<p>hello <em>world</em></p>\n"

Install

$ gem install multi_markdown

Copyright

Copyright © 2012-2013 Hal Brodigan

See {file:LICENSE.txt} for details.