wikis_helper.rb 100 Bytes Edit Raw Blame History 1 2 3 4 5 module WikisHelper def markdown_to_html(text) RDiscount.new(text).to_html.html_safe end end