public interface ParagraphPreProcessorFactory extends com.vladsch.flexmark.util.ComputableFactory<ParagraphPreProcessor,ParserState>, com.vladsch.flexmark.util.dependency.Dependent<ParagraphPreProcessorFactory>
| Modifier and Type | Method and Description |
|---|---|
ParagraphPreProcessor |
create(ParserState state)
Create a paragraph pre processor for the document
|
ParagraphPreProcessor create(ParserState state)
create in interface com.vladsch.flexmark.util.ComputableFactory<ParagraphPreProcessor,ParserState>state - parser state, document blocks have already been parsed at this stageCopyright © 2018. All rights reserved.