You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The function renders rich text wiki content into HTML and returns a STRING

Syntax
wikiToHTML(string s) #Output: String
Examples
Parser expressionDescription
wikiToHTML("+Hello *world*!+")

The function returns a STRING : "<p><ins>Hello <b>world</b>!</ins></p>"

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a STRING