Wiki SubRenderer (subRenderer)
This component is most useful for converting wiki markup in to XHTML, for example:
// Engine: Mozilla Rhino
// Components: Wiki SubRenderer
output = '||foo|bar|(!)|\n';
output = scriptix.subRenderer.render(output, macro.renderContext);
Scripts
The following scripts contain the component-subRenderer label indicating that they use this component:
Page Forum
— A very early attempt at making a mini-forum in Confluence...
|
Scanner
— A basic script that recursively scans through the objects, properties and methods available in your context...
|