class Asciidoctor::Document

def embedded?

def embedded?
  @attributes.key? 'embedded'
end