| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.footnotes | |
| com.vladsch.flexmark.ext.footnotes.internal |
| Modifier and Type | Field and Description |
|---|---|
protected FootnoteBlock |
Footnote.footnoteBlock |
| Modifier and Type | Method and Description |
|---|---|
FootnoteBlock |
Footnote.getFootnoteBlock() |
FootnoteBlock |
Footnote.getFootnoteBlock(FootnoteRepository footnoteRepository) |
FootnoteBlock |
Footnote.getReferenceNode(Document document) |
FootnoteBlock |
Footnote.getReferenceNode(FootnoteRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
int |
FootnoteBlock.compareTo(FootnoteBlock other) |
void |
Footnote.setFootnoteBlock(FootnoteBlock footnoteBlock) |
void |
FootnoteVisitor.visit(FootnoteBlock node) |
| Modifier and Type | Method and Description |
|---|---|
List<FootnoteBlock> |
FootnoteRepository.getReferencedFootnoteBlocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
FootnoteRepository.addFootnoteReference(FootnoteBlock footnoteBlock,
Footnote footnote) |
void |
FootnoteNodeFormatter.renderReferenceBlock(FootnoteBlock node,
NodeFormatterContext context,
MarkdownWriter markdown) |
Copyright © 2017. All rights reserved.