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

Public Instance Methods

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