A parser for a list block and list item block.
public class ListBlockParser : BlockParser, IBlockParser<BlockProcessor>, IMarkdownParser<BlockProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.ListBlockParser()Initializes a new instance of the ListBlockParser class.ItemParsersGets the parsers for items.Close(BlockProcessor, Block)Performs the close operation.Initialize()Performs the initialize operation.TryContinue(BlockProcessor, Block)Attempts to continue parsing the specified block.TryOpen(BlockProcessor)Attempts to open a block at the current parser position.