Block parser for a YAML frontmatter.
public class YamlFrontMatterParser : BlockParser, IBlockParser<BlockProcessor>, IMarkdownParser<BlockProcessor>
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlFrontMatterParser()Initializes a new instance of the YamlFrontMatterParser class.AllowInMiddleOfDocumentAllows the YamlFrontMatterBlock to appear in the middle of the markdown file.CreateFrontMatterBlock(BlockProcessor)Creates the front matter block.TryContinue(BlockProcessor, Block)Tries to continue matching a block already opened.TryOpen(BlockProcessor)Tries to match a block opening.