Base interface for a block or inline parser.
public interface IMarkdownParser<in TProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.IndexGets the index of this parser in BlockParserList or InlineParserList.OpeningCharactersGets the opening characters this parser will be triggered if the character is found.Initialize()Initializes this parser with the specified parser processor.