Interface CustomBlockParserFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      @NotNull BlockParserFactory apply​(@NotNull com.vladsch.flexmark.util.data.DataHolder options)  
      default @Nullable com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInHandler getLeadInHandler​(@NotNull com.vladsch.flexmark.util.data.DataHolder options)  
      • Methods inherited from interface com.vladsch.flexmark.util.dependency.Dependent

        affectsGlobalScope, getAfterDependents, getBeforeDependents
    • Method Detail

      • getLeadInHandler

        @Nullable
        default @Nullable com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInHandler getLeadInHandler​(@NotNull
                                                                                                           @NotNull com.vladsch.flexmark.util.data.DataHolder options)
        Parameters:
        options - options for this parser session
        Returns:
        special lead in character handler for the block parser elements