Module: ExceptionallyBeautiful::RenderHelper

Defined in:
app/helpers/exceptionally_beautiful/render_helper.rb

Instance Method Summary collapse

Instance Method Details

#markdown(str) ⇒ Object



3
4
5
# File 'app/helpers/exceptionally_beautiful/render_helper.rb', line 3

def markdown(str)
  ExceptionallyBeautiful::MarkdownRenderer.new(str).render
end