MarkdownMonsterAddin.OnModifyPreviewHtml

Allows addins to intercept the html used for the preview, to examine or further manipulate it, e.g. insert a style block in the head.

public virtual Task<String> OnModifyPreviewHtml(string renderedHtml,
	string markdownHtml)

Parameters

renderedHtml
markdownHtml

Remarks

If multiple addins are hooked in to modify the preview html you may get unpredictable results.


See also:

Class MarkdownMonsterAddin

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