class

Asciidoctor::Callouts

Inherits Reference < Object

Maintains a catalog of callouts and their associations.

Constructors

Instance methods

callout_ids(li_ordinal : Int32) : String

Get a space-separated list of callout ids for the specified list item.

Source
current_list

The current list for which callouts are being collected.

Source
next_list

Advance to the next callout list in the document.

Source
read_next_id

Get the next callout index in the document. Returns the unique String id of the next callout in the document.

Source
register(li_ordinal : Int32) : String

Register a new callout for the given list item ordinal. Returns the unique String id of this callout.

Source
rewind

Rewind the list index pointer (switching from parsing to conversion phase).

Source