Module: MarkdownHelper

Defined in:
app/helpers/markdown_helper.rb

Instance Method Summary collapse

Instance Method Details

#markdown(text) ⇒ Object



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

def markdown(text)
  BlueCloth::new(text).to_html
end