Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged

Page properties
hiddentrue
Short description

Converts rich text wiki content to HTML.

Output StatussubtletruetitletextAvailable since

Status
subtletrue
colourBlue
title2.2.32

UI Text Box
sizemedium
typeinfo

This function renders rich text wiki content into HTML.


Code Block
languagebash
titleSyntax
linenumberstrue
wikiToHTML(text) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
wikiToHTML("+Hello *world*!+")


This example returns

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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
text

Status
subtletrue
titletext

Any given text that might contain rich text wiki content.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext



Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged


Page properties
hiddentrue


Short description

Converts rich text wiki content to HTML.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.2.32

Label