MarkdownStreamingParser
A class for streaming markdown parsing to process and handle markdown content incrementally. This class provides functionality to parse markdown content received as a flow of strings and invoke the given parser function for each processed segment.