Base parser for fenced blocks (opened by 3 or more character delimiters on a first line, and closed by at least the same number of delimiters)
public abstract class FencedBlockParserBase<T> : FencedBlockParserBase, IBlockParser<BlockProcessor>, IMarkdownParser<BlockProcessor>, IAttributesParseable where T : Block, IFencedBlock
kind:method, kind:property, kind:ctor. Press Esc to clear.FencedBlockParserBase()Initializes a new instance of the FencedBlockParserBase<T> class.InfoPrefixGets or sets the language prefix (default is "language-")MaximumMatchCountGets or sets the maximum match count.MinimumMatchCountGets or sets the minimum match count.CreateFencedBlock(BlockProcessor)Performs the create fenced block operation.DefaultInfoParser(BlockProcessor, ref StringSlice, IFencedBlock, Char)The default parser for the information after the fenced code block special characters (usually ` or ~)RoundtripInfoParser(BlockProcessor, ref StringSlice, IFencedBlock, Char)The roundtrip parser for the information after the fenced code block special characters (usually ` or ~)TryContinue(BlockProcessor, Block)Attempts to continue parsing the specified block.TryOpen(BlockProcessor)Attempts to open a block at the current parser position.