On Sat, Jul 12, 2008 at 02:38:37PM +0200, noskule wrote: > oky this works, thanks, also links inside the "if false" sections get > recognized. I guess Technically this is, cause the if markup gets > processed after the link phase. But, I'm wondering, is this a wanted > behavoir? cause if a if statement isn't true, its content shouldn't bean > "used". > > Example: > TestPage: > (:if false:) > [[TargetPage]] > (:if end:) > > on the page "TargetPage" TestPage is listed as a backlink ( pagelist > link=TargetPage)
When PmWiki is processing markup for the purpose of saving a page, it disables the 'if', 'include', and 'redirect' markups. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
