MarkdownDocument.RenderHtml

Renders markdown of the current document text into raw HTML

public string RenderHtml(string markdown,
	bool usePragmaLines,
	bool noBanner)

Parameters

markdown
markdown to render

usePragmaLines
renders line numbers into html output as ID tags for editor positioning

noBanner


See also:

Class MarkdownDocument

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