[pmwiki-users] Numbered lists and multi-paragraph
Patrick R. Michaud
pmichaud at pobox.com
Tue Jul 26 08:54:57 CDT 2005
On Mon, Jul 25, 2005 at 11:18:38PM -0400, DaveG wrote:
> Still not sure what's happening in this case:
> # Line 1 \\
> Attach:abc.jpg \\
> # Line 2
A backslash at the end of a line "joins" the subsequent line to the
previous one. Extra backslashes introduce line breaks. So, the
two slashes after the image above cause # Line 2 to be treated as
a continuation of Line 1, which isn't what you want.
As you already discovered; the general mechanism to get a blank line
in the output is to put a blank line in the input. :-)
Pm
More information about the pmwiki-users
mailing list