Hide parts of the page

Sometimes you can make test pages easier to read by hiding unimportant parts. To mark part of the page as a collapsible block, put a line containing !* and the section name before the start of a block, and a line containing *! after the end of the block. People viewing the page can then hide the block by clicking its name. If you start the block with !*> it is automatically hidden. Here is an example:

!* Block 1
This block is collapsible, but open by default
*!
			
!*> Block 2
This block is collapsible, but hidden by default
*!