Skip to content

MarkdownPreviewRenderer.unregisterCodeBlockPostProcessor method

MarkdownPreviewRenderer › unregisterCodeBlockPostProcessor

Unofficial

Remove the code block post processor currently registered with the given language.

Signature:

static unregisterCodeBlockPostProcessor(language: string): void

Parameters:

Parameter Type Description
language string The language to unregister the post processor for.

Returns: void

Remarks:

Views will not reflect the removal until being re-rendered.