TEXTPARSER [TextParserTool]

Converts text into “linkified” html, with IDs and wiki words converted into appropriate links.

parseText(String text)

Return linkified text (add href tags to object ids and urls).

text
Text to process.

Returns: Replacement text with link replacement.