# File lib/asciidoctor/document.rb, line 1101
  def content
    # NOTE per AsciiDoc-spec, remove the title before converting the body
    @attributes.delete('title')
    super
  end