Date: 06 September 2008
This is not about show/hide text.
Problem: I am working on a part of a page and don't want it to be visible until I am done.
Frequently called 'comment text' or 'source comments'.
Solution: Use Conditional markup to hide several lines of text.
1. Before the text you want to hide, add the line: (:if false:)
2. After the text you want to hide, add the line (:ifend:)
|
Solution:To hide a single line of text, you can use the special directive (:comment:).
Here is an example:
|
Shamelessly copied from: http://www.pmwiki.org/wiki/PmWiki/CommentMarkup
Related topics:
Up one level
|

