Base class for a parser of a Block
public abstract class BlockParser : ParserBase<BlockProcessor>, IBlockParser<BlockProcessor>, IMarkdownParser<BlockProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.CanInterrupt(BlockProcessor, Block)Determines whether this instance can interrupt the specified block being processed.Close(BlockProcessor, Block)Called when a block matched by this parser is being closed (to allow final computation on the block).HasOpeningCharacter(Char)Determines whether the specified char is an opening character.TryContinue(BlockProcessor, Block)Tries to continue matching a block already opened.TryOpen(BlockProcessor)Tries to match a block opening.ClosedOccurs when closed.