All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Set<Class<?>> |
getNodeClasses()
Collect nodes of given type so that they can be quickly accessed without traversing the AST
by all formatting extensions.
|
Set<NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
ElementPlacement |
getReferencePlacement() |
ElementPlacementSort |
getReferenceSort() |
ReferenceRepository |
getRepository(DataHolder options) |
static BasedSequence |
getSoftLineBreakSpan(Node node) |
static void |
renderList(ListBlock node,
NodeFormatterContext context,
MarkdownWriter markdown) |
static void |
renderList(ListBlock node,
NodeFormatterContext context,
MarkdownWriter markdown,
List<Node> itemList) |
static void |
renderListItem(ListItem node,
NodeFormatterContext context,
MarkdownWriter markdown,
ListOptions listOptions,
CharSequence markerSuffix) |
static void |
renderLooseItemParagraph(Paragraph node,
NodeFormatterContext context,
MarkdownWriter markdown) |
static void |
renderLooseParagraph(Paragraph node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void |
renderReferenceBlock(Reference node,
NodeFormatterContext context,
MarkdownWriter markdown) |
static void |
renderTextBlockParagraphLines(Node node,
NodeFormatterContext context,
MarkdownWriter markdown) |