Switch to Redcarpet for Markdown Rendering.

This gives us Github Flavored Markdown, which is awesome.
This commit is contained in:
Arthur Schreiber 2012-04-17 23:02:21 +02:00
parent 9ee345750c
commit c437e2d7d4
7 changed files with 30 additions and 13 deletions

View file

@ -1,5 +1,2 @@
module WikisHelper
def markdown_to_html(text)
RDiscount.new(text).to_html.html_safe
end
end