From: Arno H. <aho...@xm...> - 2001-02-06 08:12:51
|
> > - redo %%ADMIN-%% tokens -- see my previous email "system page" (Jan = 25) Is that change ok? (I've not yet written it). Short: mixture mode which=20 allows html mixed with template placeholders and wiki markup. > > Note that recursive calls (nesting markup) are not possible. > Hmm. I don't quite understand. Can you give an example of nesting marku= p? > The TestPage looks fine, so we must not have an example there? Right now we don't have nested markup. A simple (senseless) example is bold&italic markup inside bracketlinks, e.g. [__bold text for__|BoldPage] I guess nested markup is only interesting if phpwiki allows multi-line markup. Then we have one markup (multi-line) which may contain= =20 other markup (bold, lists, links, ...) So my suggestion was: the multilin= e=20 markup should then just register another transformer object and do=20 do_transform() with its contained wiki data. /Arno |