This function is the main entry point for wikification.

It chooses between Wikifier.prototype.subWikifyTerm() and Wikifier.prototype.subWikifyUnterm() depending upon whether a terminator was passed into the function or not.

It takes the following arguments:
  • output: the object to output into
  • terminator: a regexp that defines the end of the block, e.g. }}} being the end of a code block.

It does not return anything, but rather, renders HTML directly into the output object.
bag
tiddlywikidev_public
created
Wed, 09 Mar 2011 13:51:14 GMT
creator
bengillies
modified
Tue, 24 May 2011 10:29:00 GMT
modifier
jon
tags
method
wikifier