Class ZzzzzzBlockPreProcessor
java.lang.Object
com.vladsch.flexmark.ext.zzzzzz.internal.ZzzzzzBlockPreProcessor
- All Implemented Interfaces:
BlockPreProcessor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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
-
Field Details
-
options
-
-
Constructor Details
-
ZzzzzzBlockPreProcessor
-
-
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
-