# File lib/asciidoctor/document.rb, line 680
  def notitle
    !@attributes.key?('showtitle') && @attributes.key?('notitle')
  end