wiki is done

This commit is contained in:
vsizov 2012-02-20 20:16:55 +03:00
parent 2e1f119f22
commit bdc42488e9
8 changed files with 42 additions and 7 deletions

View file

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