MarkdownDocument.DocumentRendered

Event that fires after the final HTML document has been created when merging with a preview template. The html contains the fully rendered HTML document before it is returned or written to file.

Parameters: * Rendered Html * Original Markdown

You return: * Updated (or unaltered) HTML

public event Func<String,String,String> DocumentRendered

Remarks

This method is not fired unless the document is rendered using RenderHtmlToFile() or RenderHtmlWithTemplate()

See also:

Class MarkdownDocument

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