RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

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.postmodern - May 18, 2012 20:52
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"
PeterCooper - May 28, 2012 02:28

Post a Comment

Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam problem. Sorry!