Module: Asciidoctor::PDF::FormattedText::Markup::StartTag0

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

Instance Method Summary collapse

Instance Method Details

#attributesObject



268
269
270
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 268

def attributes
  elements[2]
end

#tag_nameObject



264
265
266
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 264

def tag_name
  elements[1]
end