This function renders rich text wiki content into HTML.


wikiToHTML(text) #Output: Text



Parser expressionDescription


wikiToHTML("+Hello *world*!+")


This example returns

<p><ins>Hello <b>world</b>!</ins></p>



Parameters used in this function

ParameterInput (data type)Description
text

Any given text that might contain rich text wiki content.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to convert the rich text wiki content into HTML.






Status
Tech review

Style guide




Short description

Converts rich text wiki content to HTML.

Output

Available since

Label