MarkdownRenderer.postProcess method
MarkdownRenderer › postProcess
Unofficial
Apply post-processing to the rendered markdown output.Signature:
postProcess(e: unknown, t: unknown, n: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The element to post-process. |
| t | unknown | The rendering context. |
| n | unknown | The node associated with the element. |
Returns: unknown — The result of the post-processing.