Method: Postview.about_to_html

Defined in:
lib/postview.rb

.about_to_htmlObject

Render about text to HTML.



116
117
118
# File 'lib/postview.rb', line 116

def about_to_html
  Maruku.new(about).to_html
end