Class Asciidoctor::Inline
In: lib/asciidoctor/inline.rb
Parent: AbstractNode

Public: Methods for managing inline elements in AsciiDoc block

Methods

block?   convert   inline?   new   render  

Attributes

target  [RW]  Public: Get/Set the target (e.g., uri) of this inline element
text  [R]  Public: Get the text of this inline element
type  [R]  Public: Get the type (qualifier) of this inline element

Public Class methods

Public Instance methods

render()

Alias for convert

[Validate]