module Asciidoctor::PDF::FormattedText::Markup::StartTag1

Public Instance Methods

attributes() click to toggle source
# File lib/asciidoctor-pdf/formatted_text/parser.rb, line 279
def attributes
  elements[2].content
end
name() click to toggle source
# File lib/asciidoctor-pdf/formatted_text/parser.rb, line 275
def name
  elements[1].text_value
end