On 9/28/07, Chris Cox <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] 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.

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to