[pmwiki-users] recipe programming special markup

Patrick R. Michaud pmichaud at pobox.com
Sat Sep 10 14:35:19 CDT 2005


On Sat, Sep 10, 2005 at 02:45:26PM +0000, Karl Loncarek wrote:
> but
> $out = "sometext\n"."!!!!!Header";
> doesn't work also.

This should work, so I'm guessing there must be something *else*
happening that is causing the problem.  In the above, the '.'
isn't needed, you could easily do 

    $out = "sometext\n!!!!!Header";

and get the same thing.

> I tried also
> $out = "sometext(:nl:)"."!!!!!Header";
> but this doesn#t work either.

This should've worked also, which tells me that there really must
be something else that is causing the problem besides the placement
of the newline.

Pm




More information about the pmwiki-users mailing list