# File lib/asciidoctor/document.rb, line 588
  def nested?
    @parent_document ? true : false
  end