Package-level declarations

Types

Link copied to clipboard
interface CaptionableNode : Node

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 plain text string, which does not accept further inline formatting.

Link copied to clipboard
class FunctionCallNode(val context: Context, val name: String, val arguments: List<FunctionCallArgument>, val isBlock: Boolean) : NestableNode

A call to a function. The call is executed after parsing, and its output is stored in its mutable children.