Cprime Apps has been rebranded as Anova Apps. Please note the only effect is the company name - all of our products’ names, logos, functionalities, support, etc. is exactly the same. The new location to our documentation space is https://anovaapps.atlassian.net.
Syntax
renderWiki(wiki)
Description
Returns the html code for the wiki text.Return type
string
The return value represents the html code of the wiki text.
Example
return renderWiki("h1. Biggest heading");
Result: <h1><a name="Biggestheading"></a>Biggest heading</h1>
See also