Sha256: 0750350bb5293287c4c9cd7245e122cda517a66001d386238f45160b9adebdba
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 Bytes
Contents
# 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 # => "<p>hello <em>world</em></p>\n" ## Install $ gem install multi_markdown ## Copyright Copyright (c) 2012 Hal Brodigan See {file:LICENSE.txt} for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
multi_markdown-0.1.0 | README.md |
multi_markdown-0.1.0.pre1 | README.md |