Package-level declarations
Types
Represents a target (commonly a language or format) that strings can be escaped for.
A general purpose strategy to transform a string to a specific case type.
Represents a target (commonly a language or format) that strings can be unescaped from.
Functions
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.
An optimized way to replace all occurrences of oldValue with newValue in a StringBuilder.
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.
Converts processed InlineContent to its plain text representation. For example, the Markdown input foo **bar
baz**
has foo bar baz
as its plain text.