[pmwiki-users] Nesting elements (Was: Numbered lists ...)

Patrick R. Michaud pmichaud at pobox.com
Wed Jul 27 10:22:07 CDT 2005


On Wed, Jul 27, 2005 at 01:52:43PM +0200, chr at home.se wrote:
> What if we introduced a "null"-directive? Something that breaks the
> function that swallows lines so to speak. It'd look like this
> 
> 	%center%  This text is centered
> 	(:null:)
> 	%right% This text is right aligned

Hmmm, we already have a (:null:), except it's called (:comment:).
If we combine this with the idea that "only truly blank lines produce
vertical whitespace" then it's at least a workaround:

    %center% This text is centered
    (:comment:)
    %right% This text is right algned

Pm




More information about the pmwiki-users mailing list