Package-level declarations

Types

Link copied to clipboard

A builder for creating markdown parsers with event-based handlers.

Link copied to clipboard

Represents a specific definition of structured data that uses Markdown for its schema and example formatting. This class is part of a framework for constructing and handling structured data definitions through textual builders.

Functions

Link copied to clipboard
fun markdownParser(config: MarkdownParserBuilder.() -> Unit): suspend (String) -> Unit

Creates a markdown parser with the given configuration.

Link copied to clipboard

Creates a streaming markdown parser with the given configuration.