module Asciidoctor::PDF::FormattedText::Markup::StartTag0

Public Instance Methods

attributes() click to toggle source
# File lib/asciidoctor-pdf/formatted_text/parser.rb, line 268
def attributes
  elements[2]
end
tag_name() click to toggle source
# File lib/asciidoctor-pdf/formatted_text/parser.rb, line 264
def tag_name
  elements[1]
end