Package-level declarations

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

Groups nodes into an AstRoot container.

Link copied to clipboard

Strips rich content from this inline content and returns a new inline content with only one com.quarkdown.core.ast.base.inline.Text child, which contains the plain text representation of this inline content.

Link copied to clipboard

Converts processed InlineContent to its plain text representation. For example, the Markdown input foo **bar baz** has foo bar baz as its plain text.