markdownParser

fun markdownParser(config: MarkdownParserBuilder.() -> Unit): suspend (String) -> Unit(source)

Creates a markdown parser with the given configuration.

Return

A function that takes markdown text and returns a list of result objects

Parameters

config

The configuration function for the parser builder