MarkdownPostProcessorRegistrarRegisterMarkdownPostProcessorParams.postProcessor method
MarkdownPostProcessorRegistrarRegisterMarkdownPostProcessorParams › postProcessor
Post processor function to register.Signature:
postProcessor(el: HTMLElement, ctx: MarkdownPostProcessorContext): Promisable<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| el | HTMLElement | The HTML element to process. |
| ctx | MarkdownPostProcessorContext | The markdown post processor context. |
Returns: Promisable<void> — A promisable that resolves when the post processing is complete.