Method: Ems::Article#content_as_html

Defined in:
app/models/ems/article.rb

#content_as_htmlObject



91
92
93
# File 'app/models/ems/article.rb', line 91

def content_as_html
  Kramdown::Document.new(content, :input => "BeanKramdown").to_html
end