Renders Markdown as HTML
public string RenderMarkdown(string markdown, bool renderLinksExternal, bool usePragmaLines)
Parameters
markdown
Markdown text to turn into HTML
renderLinksExternal
If true creates all links with target='top'
usePragmaLines
if true renders linenumber mapping to editor lines as ids
See also:
Class MarkdownDocumentEditor© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic