Module: Asciidoctor::PDF::FormattedText::Markup::StartTag1

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

Instance Method Summary collapse

Instance Method Details

#attributesObject



279
280
281
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 279

def attributes
  elements[2].content
end

#nameObject



275
276
277
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 275

def name
  elements[1].text_value
end