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 TypeMethodDescriptionvoid
preProcess
(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:BlockPreProcessor
Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed- Specified by:
preProcess
in interfaceBlockPreProcessor
- Parameters:
state
- parser stateblock
- the block node to pre-process
-