Module: Asciidoctor::PDF::FormattedText::Markup::VoidElement2
- Defined in:
- lib/asciidoctor/pdf/formatted_text/parser.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
173 174 175 |
# File 'lib/asciidoctor/pdf/formatted_text/parser.rb', line 173 def content { type: :element, name: elements[1].text_value.to_sym, attributes: elements[2].content } end |