Skip to content

MarkdownRenderer.postProcess method

MarkdownRenderer › postProcess

Unofficial

Apply post-processing to the rendered markdown output.

Signature:

postProcess(e: unknown, t: unknown, n: unknown): unknown

Parameters:

ParameterTypeDescription
eunknownThe element to post-process.
tunknownThe rendering context.
nunknownThe node associated with the element.

Returns: unknownThe result of the post-processing.