OptionallinkOptionaltagDetermines the style for rendering tags. Defaults to italic.
OptionalrenderCustom link rendering function. Accepts a link target and a display value for the link.
Return a markdown formatted link with the format [$display]($link) or undefined if the link is not a valid target.
OptionalrenderCustom tag rendering function.
Return a markdown formatted tag or undefined to fall back to the default rendering.
Determines the default for rendering
@linktags. Defaults toplain.