Class YamlFrontMatterBlockParser

java.lang.Object
org.commonmark.parser.block.AbstractBlockParser
org.commonmark.ext.front.matter.internal.YamlFrontMatterBlockParser
All Implemented Interfaces:
BlockParser

public class YamlFrontMatterBlockParser extends AbstractBlockParser
  • Field Details

    • REGEX_METADATA

      private static final Pattern REGEX_METADATA
    • REGEX_METADATA_LIST

      private static final Pattern REGEX_METADATA_LIST
    • REGEX_METADATA_LITERAL

      private static final Pattern REGEX_METADATA_LITERAL
    • REGEX_BEGIN

      private static final Pattern REGEX_BEGIN
    • REGEX_END

      private static final Pattern REGEX_END
    • inLiteral

      private boolean inLiteral
    • currentKey

      private String currentKey
    • currentValues

      private List<String> currentValues
    • block

      private YamlFrontMatterBlock block
  • Constructor Details

    • YamlFrontMatterBlockParser

      public YamlFrontMatterBlockParser()
  • Method Details