Package com.vladsch.flexmark.formatter
Interface NodeFormattingHandler.CustomNodeFormatter<N extends Node>
- All Superinterfaces:
AstAction<N>
- Enclosing class:
- NodeFormattingHandler<N extends Node>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(N node, @NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown)
-
Method Details
-
render
void render(@NotNull N node, @NotNull @NotNull NodeFormatterContext context, @NotNull @NotNull MarkdownWriter markdown)
-