Tuesday, May 25, 2010, 10:43:50 PM, V.Krishn wrote: > I am little scared of inserting a custom algo at the beginning of page process > sequence, still not fully aware of its impact with other recipes.
PS: if you aim to manipulate markup via your filter, make sure your regex is tight, so it only impacts what you aim for, and have the markup be called before the markup you aim to manipulate. Then when the targetted markup gets rendered it would not know the difference. You could rewrite the entire page, or be as selective as can be, the latter being more desirable ;-) Getting back to css styles in wiki pages: Allowing that could be just as scary, as styles could be used which could totally break a page display. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
