Class: Document
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Document
- Defined in:
- app/models/document.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
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 |