TODO:
--
AndreaSterbini - 27 Feb 2001
Is there any reason for this plugin to perform its rendering in the outsidePREHandler instead of the commonTagsHandler?
--
RafaelAlvarez - 05 Sep 2004
Variable handling, e.g. expanding
%SOMETHING{}% should be done in commonTagsHandler. Rendering TWiki markup into HTML should be done in one of startRenderingHandler, outsidePREHandler, insidePREHandler, endRenderingHandler. Use startRenderingHandler instead of outsidePREHandler for better performance. But then you need to take care of differentiating between inside/outside pre tags (content within verbatim tags are not passed to Plugin handlers).
--
PeterThoeny - 05 Sep 2004