Class JekyllFrontMatterBlockParser

    • Field Detail

      • JEKYLL_FRONT_MATTER_BLOCK_START

        static final java.util.regex.Pattern JEKYLL_FRONT_MATTER_BLOCK_START
      • JEKYLL_FRONT_MATTER_BLOCK_END

        static final java.util.regex.Pattern JEKYLL_FRONT_MATTER_BLOCK_END
      • inYAMLBlock

        private boolean inYAMLBlock
    • Constructor Detail

    • Method Detail

      • getBlock

        public Block getBlock()
        Returns:
        the block parser's block node instance
      • 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
      • closeBlock

        public void closeBlock​(ParserState state)