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: