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:
It does not return anything, but rather, renders HTML directly into the output object.
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.