The global function
Note this should not be confused with wikifyPlainText which outputs text (ie. no html)
wikifyStatic works the same way as that the wikify() method does, but instead of rendering directly into an DOM element, it returns HTML source code as a string. It takes three parameters:- the source code to render
- the regular expression to highlight
- the Tiddler to use as a reference point for rendering
Note this should not be confused with wikifyPlainText which outputs text (ie. no html)