Class ThematicBreakParser

    • Constructor Detail

      • ThematicBreakParser

        public ThematicBreakParser​(com.vladsch.flexmark.util.sequence.BasedSequence line)
    • Method Detail

      • getBlock

        public com.vladsch.flexmark.util.ast.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