# File lib/asciidoctor/document.rb, line 369
  def embedded?
    # QUESTION should this be !@options[:header_footer] ?
    @attributes.has_key? 'embedded'
  end