Class: Document

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/document.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



7
8
9
# File 'app/models/document.rb', line 7

def to_html
  Redcarpet::Markdown.new(Redcarpet::Render::HTML.new, {tables: true, fenced_code_blocks: false, no_styles: true, escape_html: true}).render(contents)
end