string.MarkdownToHTML()

Transforms Markdown formatted String into HTML.

Introduced: 6.0.0.150

string.MarkdownToHTML( safeMode=boolean, encoding=string )

Returns: String

Argument Description
safeMode
boolean, optional

If set to true it does escape unsafe HTML tags

Alias: safe

encoding
string, optional

Charset, only used in case the argument markdown contains a file path

Alias: charset

Examples

There are currently no examples for this function

See also