Module: MetadataPresenter::ApplicationHelper

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

Instance Method Summary collapse

Instance Method Details

#to_markdown(text) ⇒ Object



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

def to_markdown(text)
  (Kramdown::Document.new(text).to_html).html_safe
end