Method: ChangeLog::ApplicationHelper#md
- Defined in:
- app/helpers/change_log/application_helper.rb
#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 |