| Package | Description |
|---|---|
| com.vladsch.flexmark.ast |
AST node types (see
Node) and visitors (see NodeAdaptedVisitor) |
| com.vladsch.flexmark.ast.util | |
| com.vladsch.flexmark.internal | |
| com.vladsch.flexmark.parser |
Parse input text to AST nodes see
Parser |
| Modifier and Type | Method and Description |
|---|---|
Reference |
RefNode.getReferenceNode(ReferenceRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.options.DataKey<ReferenceRepository> |
ReferenceRepository.getDataKey() |
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceRepository |
InlineParserImpl.referenceRepository
Link references by ID, needs to be built up using parseReference before calling parse.
|
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.options.DataKey<ReferenceRepository> |
Parser.REFERENCES |
Copyright © 2018. All rights reserved.