Initializes a new instance of the InlineProcessor class.
public InlineProcessor(MarkdownDocument document, InlineParserList parsers, bool preciseSourcelocation, MarkdownParserContext? context, bool trackTrivia = false)
The document.
The parsers.
A value indicating whether to provide precise source location.
A parser context used for the parsing.
Whether to parse trivia such as whitespace, extra heading characters and unescaped string values.