renderMarkdown

fun renderMarkdown(md: String, block: Markdown.() -> Unit): Rendered

Render the Markdown string md, using the given block to configure the commonmark rendering.

See also

Implementation of the Markdown DSL.