[pmwiki-users] Include section without including the section link

DaveG pmwiki at solidgone.com
Sat Jan 10 00:01:07 CST 2009


When including a page, from a section marker, the actual section marker 
is also included, wrapped in <p> tags. This means that the hidden 
section marker takes up vertical space.

Example:
   (:include TestPage#marker:)

Results in:
<p><a id="marker" name="marker"/>
</p>

A work around to to ensure that the section marker is surrounded by:
   (:if false:)[[#marker]](:ifend:)

Is there a less labor intensive way of automatically NOT including the 
setion marker?

  ~ ~ Dave



More information about the pmwiki-users mailing list