Skip to content

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

License

Notifications You must be signed in to change notification settings

postmodern/multi_markdown

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages