Class TaskListItemBlockPreProcessor
java.lang.Object
com.vladsch.flexmark.ext.gfm.tasklist.internal.TaskListItemBlockPreProcessor
- All Implemented Interfaces:
BlockPreProcessor
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreProcess(ParserState state, Block block) Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed
-
Constructor Details
-
TaskListItemBlockPreProcessor
-
-
Method Details
-
preProcess
Description copied from interface:BlockPreProcessorCalled on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed- Specified by:
preProcessin interfaceBlockPreProcessor- Parameters:
state- parser stateblock- the block node to pre-process
-