There's a similar strange behaviour with <code> markup
----
<code>
some code
</code>
Something
----

Will leave more whitespace between </code> and "Something" than:

----
<code>
some code
</code>

Something
----

due to added linebreaks being inserted here and there.

On Nov 1, 10:07 am, Markus <[email protected]> wrote:
> And partly related:
>
> bla bla
> //empty line
> bla bla
> //empty line
>
> produces:
>
> <p>bla bla</p>
> bla bla<br />
>
> instead of:
> <p>bla bla</p>
> <p>bla bla</p>
>
> On Nov 1, 10:04 am, Markus <[email protected]> wrote:
>
> > bla bla
>
> > ----
>
> > bla bla
>
> > produces this HTML:
>
> > bla bla<br />
> > <hr /><br />
> > bla bla<br />
>
> > Shouldn't it be:
>
> > <p>bla bla</p>
> > <hr />
> > <p>bla bla</p>
>
> > like here:http://www.w3schools.com/tags/tag_hr.asp
>
> > 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