MarkdownDocument.OnMarkdownRendered

Post processing of the the rendered markdown fragment that has been turned into html (before it has been merged into the document template).

public void OnMarkdownRendered(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