Module: ApplicationHelper

Defined in:
app/helpers/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#markdown_to_html(markdown_text) ⇒ Object



2
3
4
# File 'app/helpers/application_helper.rb', line 2

def markdown_to_html( markdown_text )
  Kramdown::Document.new(markdown_text).to_html.html_safe
end