Няма описание http://j1x-huginn.herokuapp.com

markdown_helper.rb 126B

12345678
  1. module MarkdownHelper
  2. def markdown(text)
  3. Kramdown::Document.new(text, :auto_ids => false).to_html.html_safe
  4. end
  5. end