Class FencedCodeBlockParser

    • Constructor Detail

      • FencedCodeBlockParser

        public FencedCodeBlockParser​(DataHolder options,
                                     char fenceChar,
                                     int fenceLength,
                                     int fenceIndent,
                                     int fenceMarkerIndent)
    • Method Detail

      • getBlock

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

        public int getFenceIndent()
      • getFenceMarkerIndent

        public int getFenceMarkerIndent()
      • 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)