public interface BlockPreProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
preProcess(ParserState state,
com.vladsch.flexmark.ast.Block block)
Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performed
|
void preProcess(ParserState state, com.vladsch.flexmark.ast.Block block)
state - parser stateblock - the block node to pre-processCopyright © 2018. All rights reserved.