The global function
At it's simplest it is used like so
String to wikify
wikify renders TiddlyWiki source code into an element. There are four parameters to this function:- the source code to render
- the DOM element to render into
- a regular expression to highlight
- the Tiddler that the source belongs to
At it's simplest it is used like so
wikify("String to ''wikify'', place);
Which would display as below (if place was this location):String to wikify