Package com.vladsch.flexmark.formatter
Interface NodeFormattingHandler.CustomNodeFormatter<N extends Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(N node, @NotNull NodeFormatterContext context, @NotNull MarkdownWriter markdown)
-
-
-
Method Detail
-
render
void render(@NotNull N node, @NotNull @NotNull NodeFormatterContext context, @NotNull @NotNull MarkdownWriter markdown)
-
-