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)
HTML parsed from Markdown
Parameters
lcMarkdownText
The markdown text to parse to HTML
llUtf8
Convert the content to UTF-8 before passing to parser.