Yes and no. A paragraph is indicated by TWO line returns after the
text. A single line return should yield a <br> tag.

This markup on a page

pre

one
* a
* b
* c

post

Produces this html--which is exactly what I would expect:

<p>pre</p>
one<br />
<ul><li>a</li><li>b</li><li>c</li></ul>
<div class='vspace'> </div>
post

Notice the final line is not wrapped in <p> tags because it is not
followed by two line returns. A problem perhaps, but exactly expected
by the logic of BoltWire.

Cheers,
Dan


On Tue, Sep 29, 2009 at 8:17 AM, Markus <[email protected]> wrote:
>
> Hi,
>
> A paragraph is not closed when a list starts in the line below. Is
> that intended?
>
> Lorem ipsum:
> * a
> * b
> * c
>
> Regards, Markus
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to