[pmwiki-users] comment character?

Tegan Dowling tmdowling at gmail.com
Sat Sep 29 08:58:59 CDT 2007


On 9/28/07, Chris Cox <ccox at airmail.net> wrote:
> drew.w at verizon.net wrote:
> > Hello,
> >
> > I'm a pmwiki newb and was wondering if there is a markup or some sort of
> >   character to COMMENT-OUT a section of page text or markups. This would
> > be an alternative to simply deleting text. It would also be useful for
> > in-line style comments to myself. It would be preferable to NOT include
> > these comment strings within a rendered page. Comment delimiters such as
> > <-- -->, /* */ or // are what I had in mind.
>
> I use (:if false:) (:ifend:)

There's also (:comment this text will not be shown:)

and

%display=none%this won't display, either%%

Text commented-out using the %display=none% method will be visible in
the page's source, however, while text commented-out with (:comment
hidden:) and (:if false:) suppressed (:ifend:) won't.



More information about the pmwiki-users mailing list