MarkdownRenderer
@Js
const class MarkdownRenderer : Obj, Renderer
Renders nodes to Markdown (CommonMark syntax).
Get a renderer with all the default configuration
Obtain a builder for configuring the renderer
static MarkdownRendererBuilder builder()
Obtain a builder for configuring the renderer
static new make()
Get a renderer with all the default configuration
virtual Void renderTo(OutStream out, Node node)