markdownStreamingParser
fun markdownStreamingParser(collector: MarkdownParserBuilder.() -> Unit): MarkdownParserBuilder.MarkdownStreamingParser(source)
Creates a streaming markdown parser with the given configuration.
Return
A function that takes a flow of markdown chunks and returns a flow of result objects
Parameters
collector
The configuration function for the parser builder