Method: BlogBasic::BlogPost#markdown
- Defined in:
- app/models/blog_basic/blog_post.rb
#markdown(text, markdown_options = {}) ⇒ Object
31 32 33 |
# File 'app/models/blog_basic/blog_post.rb', line 31 def markdown(text, = {}) BlueCloth.new(text, ).to_html end |