- Homepage
- Issues
- Documentation
- [Email](mailto:postmodern.mod3 at gmail.com)
A common interface to multiple Ruby Markdown libraries. Not to be confused with the MultiMarkdown format/tool.
require 'multi_markdown'
MultiMarkdown.new('hello _world_').to_html
# => "<p>hello <em>world</em></p>\n"
$ gem install multi_markdown
Copyright (c) 2012-2013 Hal Brodigan
See {file:LICENSE.txt} for details.