Package-level declarations
Types
Link copied to clipboard
interface AstBlockNodeComposer
An interface used to intercept block type AstNode rendering logic to inject custom composables for nodes that satisfy predicate.
Functions
Link copied to clipboard
fun <Error class: unknown class>.BasicMarkdown(astNode: AstNode, astBlockNodeComposer: AstBlockNodeComposer? = null)
A composable that renders Markdown content pointed by astNode into this RichTextScope. Designed to be a building block that should be wrapped with a specific parser.