diff --git a/README.md b/README.md index 533926e..a0b92b2 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ class Posts::CommentPresenter < Curly::Presenter presents :comment def body - BlueCloth.new(@comment.body).to_html + SafeMarkdown.render(@comment.body) end def author_link