Module: Asciidoctor::PDF::FormattedText::Markup::Attributes0

Defined in:
lib/asciidoctor/pdf/formatted_text/parser.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



557
558
559
560
561
562
563
564
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 557

def content
  attrs = {}
  elements.each {|e|
    attr_name, attr_val = e.content
    attrs[attr_name.to_sym] = attr_val
  }
  attrs
end