MarkdownParser::Parse

Parses a Markdown text string to HTML using the CommonMark specification.

Markdown is parsed in basic format with no additional fixups.

o.Parse(lcMarkdownText, llUtf8)

Return Value

HTML parsed from Markdown

Parameters

lcMarkdownText
The markdown text to parse to HTML

llUtf8
Convert the content to UTF-8 before passing to parser.


See also:

Class MarkdownParser

© West Wind Technologies, 2023 • Updated: 10/20/18
Comment or report problem with topic