Use Redcarpet::Render::XHTML instead of our custom renderer

Now that my :link_attributes patch has been merged we don't need
the custom renderer to add the rel=nofollow attributes.
This commit is contained in:
Tom Hughes 2012-11-29 18:59:43 +00:00
parent 394dcd7316
commit 4bb95b3773
3 changed files with 4 additions and 18 deletions

View file

@ -34,7 +34,7 @@ gem 'rack-cors'
gem 'ruby-openid', '>= 2.2.0'
# Markdown formatting support
gem 'redcarpet'
gem 'redcarpet', '>= 2.2.0'
# Character conversion support for ruby 1.8
gem 'iconv', :platforms => :ruby_18