Method: Chapter#html

Defined in:
lib/chapter.rb

#htmlObject



36
37
38
39
# File 'lib/chapter.rb', line 36

def html
  content.strip!
  @html ||= RedCloth.new(content).to_html
end