IRenderExtension.AfterMarkdownRendered

Fired after Markdown has been converted to HTML and allows you to modify the rendered HTML fragment generated by the markdown. Note that this method can only change the rendered Markdown html, not the entire document.

You can change the passed in Html reference to make a change to the document.

public void AfterMarkdownRendered(ModifyHtmlAndHeadersArguments args)

Parameters

args
Arguments that let you modify the generated HTML before it's returned or written to disk


See also:

Interface IRenderExtension

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