The WebJump character has the following definition:
<a href="$DATA;">$DATA;</a>
If you tag URLs in your text with WebJump, they will become hyperlinks. For example, the URL in the following text is tagged with WebJump:
Visit us at http://www.quadralay.com.
The resulting HTML output would look like this:
Visit us at <a href="http://www.quadralay.com">http:// www.quadralay.com.</a>