Base class for a BlockParser or InlineParser.
public abstract class ParserBase<TProcessor> : IMarkdownParser<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.