Compatible with DokuWiki
Similar to wrap
The noprint plugin removes certain sections of pages from the printout by simply adding a span-tag and using CSS.
Use the following code to start a non-printing section:
<noprint>
and the following to stop it:
</noprint>
Anything between these two tags will be hidden while printing.