[pmwiki-users] custom markup order

Hans design5 at softflow.co.uk
Fri Jul 11 08:25:05 CDT 2008


Friday, July 11, 2008, 12:48:56 PM, noskule wrote:

> does work:
> (:hide:)XXX XXX(:hideend:)

> dont work:
> (:hide:)
> XXX XXX
> (:hideend:)

you could also try and use

(:if false:)
xxxxxx
(:if:)

to hide content.

If your content includes any conditional markup, the new nested ifs
in the latest release should help: i.e. use

(:if1 false:)
xxxxxx
(:if1end:)


  ~Hans




More information about the pmwiki-users mailing list