Interface ParagraphPreProcessorFactory

    • Method Detail

      • apply

        ParagraphPreProcessor apply​(ParserState state)
        Create a paragraph pre processor for the document
        Specified by:
        apply in interface java.util.function.Function<ParserState,​ParagraphPreProcessor>
        Parameters:
        state - parser state, document blocks have already been parsed at this stage
        Returns:
        block pre-processor