Module: ChangeLog::ApplicationHelper

Defined in:
app/helpers/change_log/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#md(string) ⇒ Object



4
5
6
# File 'app/helpers/change_log/application_helper.rb', line 4

def md(string)
  Kramdown::Document.new(string, parse_block_html: true).to_html.html_safe
end