| Package | Description |
|---|---|
| com.vladsch.flexmark.internal | |
| com.vladsch.flexmark.parser |
Parse input text to AST nodes see
Parser |
| Modifier and Type | Field and Description |
|---|---|
List<LinkRefProcessorFactory> |
LinkRefProcessorData.processors |
| Modifier and Type | Method and Description |
|---|---|
static LinkRefProcessorData |
InlineParserImpl.calculateLinkRefProcessors(com.vladsch.flexmark.util.options.DataHolder options,
List<LinkRefProcessorFactory> linkRefProcessors) |
| Constructor and Description |
|---|
LinkRefProcessorData(List<LinkRefProcessorFactory> processors,
int maxNesting,
int[] nestingIndex) |
| Modifier and Type | Method and Description |
|---|---|
Parser.Builder |
Parser.Builder.linkRefProcessorFactory(LinkRefProcessorFactory linkRefProcessor) |
Copyright © 2018. All rights reserved.