# File lib/asciidoctor/document.rb, line 708
  def << block
    enumerate_section block if block.context == :section
    super
  end