Readonly
Register an inline tag (eg. {@tag ....}) to replace in markdown with optional params regex and execute a callback to replace it.
{@tag ....}
The name of the tag to match.
An optional regex to capture params.
The callback to execute to replace the match.
Extra options.
Generated using TypeDoc
Register an inline tag (eg.
{@tag ....}
) to replace in markdown with optional params regex and execute a callback to replace it.