Keine Beschreibung http://j1x-huginn.herokuapp.com

markdown_helper.rb 126B

    module MarkdownHelper def markdown(text) Kramdown::Document.new(text, :auto_ids => false).to_html.html_safe end end