MarkdownDocument.OnDocumentRendered

Fires after HTML has been generated from Markdown and has been merged into the template. At this point HTML contains a full HTML document.

You can also set additional HEAD content for the HTML header.

public void OnDocumentRendered(ref string html,
	ref string markdown)

Parameters

html
rendered HTML from the Markdown. Html Fragment.

markdown
original Markdown document text passed in for reference - shouldn't be changed


See also:

Class MarkdownDocument

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