multi_markdown

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

MIT License

Downloads
15.7K
Stars
19
Committers
1

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 (c) 2012-2013 Hal Brodigan

See {file:LICENSE.txt} for details.

Package Rankings
Top 21.44% on Rubygems.org