Module: Asciidoctor::PDF::FormattedText::Markup::Element0
- Defined in:
- lib/asciidoctor/pdf/formatted_text/parser.rb
Instance Method Summary collapse
Instance Method Details
#complex ⇒ Object
92 93 94 |
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 92 def complex elements[1] end |
#end_tag ⇒ Object
96 97 98 |
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 96 def end_tag elements[2] end |
#start_tag ⇒ Object
88 89 90 |
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 88 def start_tag elements[0] end |