MarkdownParserBuilder
A builder for creating markdown parsers with event-based handlers.
Functions
Link copied to clipboard
Builds and returns a streaming markdown parser.
Link copied to clipboard
Registers a handler for code blocks.
Link copied to clipboard
Registers a handler that is triggered when the stream processing is finished.
Link copied to clipboard
Registers a handler that is triggered when a line matches the specified regex pattern. If no regex is provided, the handler will be called for every line.