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