BasicMarkdown

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.

Parameters

astNode

Root node of Markdown tree. This can be obtained via a parser.

astBlockNodeComposer

An interceptor to take control of composing any block type node's rendering. Use it to render images, html text, tables with your own components.