Module: EmdHelper
- Defined in:
- app/helpers/emd_helper.rb
Instance Method Summary collapse
Instance Method Details
#emd(content) ⇒ Object
2 3 4 |
# File 'app/helpers/emd_helper.rb', line 2 def emd content Markdown.new(content).to_html.html_safe end |