RubyFlow The Ruby and Rails community linklog

Released multi_markdown 0.1.0.pre1

Just pushed a pre-release of multi_markdown, feedback welcomed. multi_markdown allows projects to use a wide variety of Markdown libraries, without having to depend on a specific one. AKA multi_json for markdown. Please stop explicitly depending on rdiscount or redcarpet, try multi_markdown instead.

Comments

@petercooper: user “dfgherh” is a spam bot. Might want to ban it, or the IP Address range it’s logging in from.

Too long for FP, but:

$ gem install multi_markdown --pre

require 'multi_markdown' MultiMarkdown.new('hello _world_').to_html # => "<p>hello <em>world</em></p>\n"

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in