UtilMarkdownConvertMarkdownToHtml Method

Overload List

ConvertMarkdownToHtml(String, MarkdownItPreset, MarkdownItOptions) Converts the source markdown text to html string.

This function internally uses markdown-it JavaScript library (https://github.com/markdown-it/markdown-it).

ConvertMarkdownToHtml(FileInfo, MarkdownItPreset, MarkdownItOptions, Encoding) Converts the source markdown document file to html string.

This function internally uses markdown-it JavaScript library (https://github.com/markdown-it/markdown-it).

See Also