type

MarkdownRenderer

src @Js
const class MarkdownRenderer : Obj, Renderer

Renders nodes to Markdown (CommonMark syntax).

constructors

make

Get a renderer with all the default configuration

methods

builder

Obtain a builder for configuring the renderer

renderTo

Slot Details

builder

src static MarkdownRendererBuilder builder()

Obtain a builder for configuring the renderer

make

src static new make()

Get a renderer with all the default configuration

renderTo

src virtual override Void renderTo(OutStream out, Node node)