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:
parent
394dcd7316
commit
4bb95b3773
3 changed files with 4 additions and 18 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue