public interface CustomNodeFormatter<N extends com.vladsch.flexmark.ast.Node>
extends com.vladsch.flexmark.ast.NodeAdaptingVisitor<N>
| Modifier and Type | Method and Description |
|---|---|
void |
render(N node,
NodeFormatterContext context,
MarkdownWriter markdown) |
void render(N node, NodeFormatterContext context, MarkdownWriter markdown)
Copyright © 2018. All rights reserved.