Interface PhasedNodeFormatter

    • Method Detail

      • renderDocument

        void renderDocument​(@NotNull
                            @NotNull NodeFormatterContext context,
                            @NotNull
                            @NotNull MarkdownWriter markdown,
                            @NotNull
                            @NotNull com.vladsch.flexmark.util.ast.Document document,
                            @NotNull
                            @NotNull FormattingPhase phase)
        Render the specified node.
        Parameters:
        context - node renderer context instance
        markdown - markdown writer instance
        document - the document node to render
        phase - rendering phase for which to generate the output. Will be any of FormattingPhase except FormattingPhase.DOCUMENT because this phase is used for the non-phased node rendering