class markdown::MarkdownRendererBuilder

sys::Obj
  markdown::MarkdownRendererBuilder

@Js

Source

Builder for configuring a MarkdownRenderer

build

MarkdownRenderer build()

Source

Build the configured MarkdownRenderer.

extensions

This extensions(MarkdownExt[] exts)

Source

Enable the given extensions on this renderer.

nodeRendererFactory

This nodeRendererFactory(|MarkdownContext->NodeRenderer| factory)

Source

Add a factory for a node renderer. This allows to override the rendering of node types or define rendering for custom node types.

withSpecialChars

This withSpecialChars(Int[] special)

Source

Register additional special characters that must be escaped in normal text