# File lib/asciidoctor/document.rb, line 692
  def first_section
    @header || @blocks.find {|e| e.context == :section }
  end