Sha256: 328ce35dd3fcdf2ba9273d82ccdddf522674f81f9160f6cc96589dd1a007c6c2

Contents?: true

Size: 1001 Bytes

Versions: 1

Compression:

Stored size: 1001 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

* [bluecloth](http://deveiate.org/projects/BlueCloth)
* [kramdown](http://kramdown.rubyforge.org/)
* [maruku](http://maruku.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

1 entries across 1 versions & 1 rubygems

Version Path
multi_markdown-0.2.0 README.md