Block parser for a HeadingBlock.
public class HeadingBlockParser : BlockParser, IBlockParser<BlockProcessor>, IMarkdownParser<BlockProcessor>, IAttributesParseable
kind:method, kind:property, kind:ctor. Press Esc to clear.HeadingBlockParser()Initializes a new instance of the HeadingBlockParser class.MaxLeadingCountGets or sets the max count of the leading unescaped # charactersTryParseAttributesA delegates that allows to process attached attributes after #Close(BlockProcessor, Block)Performs the close operation.TryOpen(BlockProcessor)Attempts to open a block at the current parser position.