multi_markdown
- Homepage
- Issues
- Documentation
- [Email](mailto:postmodern.mod3 at gmail.com)
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.