IRenderExtension.BeforeMarkdownRendered

Method that is fired on the inbound pass before the document is rendered and that allows you to modify the markdown before it is sent out for rendering.

Markdown text is in Linefeeds only (\n) mode.

public void BeforeMarkdownRendered(ModifyMarkdownArguments args)

Parameters

args
Arguments that allow you to update the markdown text and also see the original document.


See also:

Interface IRenderExtension

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic