class Asciidoctor::Document

def first_section

def first_section
  @header || @blocks.find {|e| e.context == :section }
end