Skip to end of banner
Go to start of banner

renderWiki

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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>

See also

  • No labels