Class DefinitionListItemBlockPreProcessor

    • Constructor Detail

      • DefinitionListItemBlockPreProcessor

        public DefinitionListItemBlockPreProcessor​(DataHolder options)
    • Method Detail

      • preProcess

        public void preProcess​(ParserState state,
                               Block block)
        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 interface BlockPreProcessor
        Parameters:
        state - parser state
        block - the block node to pre-process