All Projects → postmodern → multi_markdown

postmodern / multi_markdown

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

Programming Languages

ruby
36898 projects - #4 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].