MarkdownRendererBuilder
@Js
class MarkdownRendererBuilder : Obj
Builder for configuring a MarkdownRenderer
Enable the given extensions on this renderer
Build the configured MarkdownRenderer
Add a factory for a node renderer
Register additional special characters that must be escaped in normal text
MarkdownRenderer build()
Build the configured MarkdownRenderer.
This extensions(MarkdownExt[] exts)
Enable the given extensions on this renderer.
This nodeRendererFactory(|MarkdownContext->NodeRenderer| factory)
Add a factory for a node renderer. This allows to override the rendering of node types or define rendering for custom node types.
This withSpecialChars(Int[] special)
Register additional special characters that must be escaped in normal text