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:

Parameter Type Description
e unknown The element to post-process.
t unknown The rendering context.
n unknown The node associated with the element.

Returns: unknownThe result of the post-processing.