# multi_markdown * [Homepage](https://github.com/postmodern/multi_markdown#readme) * [Issues](https://github.com/postmodern/multi_markdown/issues) * [Documentation](http://rubydoc.info/gems/multi_markdown/frames) * [Email](mailto:postmodern.mod3 at gmail.com) ## Description multi_markdown allows projects to use a wide variety of Markdown libraries, without having to depend on a specific one. ## Supported * [kramdown](http://kramdown.rubyforge.org/) * [rdiscount](https://github.com/rtomayko/rdiscount#readme) * [redcarpet](https://github.com/tanoku/redcarpet#readme) * [rpeg_markdown](https://github.com/rtomayko/rpeg-markdown#readme) ## Examples require 'multi_markdown' MultiMarkdown.new('hello _world_').to_html # => "

hello world

\n" ## Install $ gem install multi_markdown ## Copyright Copyright (c) 2012 Hal Brodigan See {file:LICENSE.txt} for details.