Optional
linkOptional
tagDetermines the style for rendering tags. Defaults to italic
.
Optional
renderCustom 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.
Optional
renderCustom tag rendering function.
Return a markdown formatted tag or undefined
to fall back to the default rendering.
Determines the default for rendering
@link
tags. Defaults toplain
.