renderWiki
Description
Returns the html code for the wiki text.
Parameters
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>