CaptionableNode
A node that may have a caption, such as a com.quarkdown.core.ast.base.block.Table or a com.quarkdown.core.ast.quarkdown.block.ImageFigure. The caption is a sequence of inline nodes, which accepts further inline formatting (e.g. emphasis, links).
Extends NestableNode so that the caption content is reachable by AST tree traversals.
Inheritors
Properties
Functions
Link copied to clipboard
Returns a sequence of all nodes in the tree, where this is the root node. The sequence is generated by traversing the tree in depth-first order. The root node is excluded from the sequence.
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard