class Ronn::Document

def input_html

def input_html
  @input_html ||= strip_heading(Markdown.new(markdown).to_html)
end