Interface BlockPreProcessorFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull BlockPreProcessor apply​(@NotNull ParserState state)
      Create a paragraph pre processor for the document
      @NotNull Set<Class<? extends com.vladsch.flexmark.util.ast.Block>> getBlockTypes()
      Block types that this pre-processors processes
      • Methods inherited from interface com.vladsch.flexmark.util.dependency.Dependent

        affectsGlobalScope, getAfterDependents, getBeforeDependents
    • Method Detail

      • getBlockTypes

        @NotNull
        @NotNull Set<Class<? extends com.vladsch.flexmark.util.ast.Block>> getBlockTypes()
        Block types that this pre-processors processes
        Returns:
        set of block node types