Package-level declarations

Types

Link copied to clipboard
sealed interface Block

A node in the block structure of a CommonMark document.

Link copied to clipboard
sealed interface Inline

A node in the inline content of a CommonMark document.

Link copied to clipboard
data class MarkdownDocument(val blocks: List<Block>)

The root node of a CommonMark document.