Initializes a new instance of the BlockProcessor class.
public BlockProcessor(MarkdownDocument document, BlockParserList parsers, MarkdownParserContext? context, bool trackTrivia = false)
The document to build blocks into.
The list of parsers.
A parser context used for the parsing.
Whether to parse trivia such as whitespace, extra heading characters and unescaped string values.