Class YamlFrontMatterBlockParser

    • Field Detail

      • REGEX_METADATA

        private static final java.util.regex.Pattern REGEX_METADATA
      • REGEX_METADATA_LIST

        private static final java.util.regex.Pattern REGEX_METADATA_LIST
      • REGEX_METADATA_LITERAL

        private static final java.util.regex.Pattern REGEX_METADATA_LITERAL
      • REGEX_BEGIN

        private static final java.util.regex.Pattern REGEX_BEGIN
      • REGEX_END

        private static final java.util.regex.Pattern REGEX_END
      • inYAMLBlock

        private boolean inYAMLBlock
      • inLiteral

        private boolean inLiteral
      • currentValues

        private java.util.List<BasedSequence> currentValues
    • Constructor Detail

      • YamlFrontMatterBlockParser

        public YamlFrontMatterBlockParser()
    • Method Detail

      • getBlock

        public Block getBlock()
        Returns:
        the block parser's block node instance
      • closeBlock

        public void closeBlock​(ParserState state)
      • tryContinue

        public BlockContinue tryContinue​(ParserState state)
        Description copied from interface: BlockParser
        See if the block parser can continue parsing the current block
        Parameters:
        state - current parsing state
        Returns:
        block continue instance