MarkdownDocument.RenderHtmlWithTemplate

Renders HTML output with the active Template to a full HTML document as a string.

public Task<String> RenderHtmlWithTemplate(string markdown,
	string theme,
	bool usePragmaLines,
	bool removeBaseTag,
	bool noBanner)

Parameters

markdown

theme

usePragmaLines

removeBaseTag

noBanner


See also:

Class MarkdownDocument

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