Block quotes with a blank line between them get merged

Max Erickson maxerickson at gmail.com
Tue Oct 17 15:59:29 EDT 2006


"Steve Hoelzer" <shoelzer at gmail.com> wrote:


> Text:

>

>> number 1

>>

>> letter B

>

>> last one

>

>

> Markdown output:

>

> <blockquote>

> <p>number 1</p>

>

> <p>letter B</p>

>

> <p>last one</p>

> </blockquote>

>

>

> Is this the intended behavior? I think there should be two

> separate block quote tags like this:

>

> <blockquote>

> <p>number 1</p>

>

> <p>letter B</p>

> </blockquote>

>

> <blockquote>

> <p>last one</p>

> </blockquote>

>

>

> Steve

>


Even more, this:


> number 1




> letter B




> last one


Converts to this:

<blockquote>
<p>number 1</p>

<p>letter B</p>

<p>last one</p>
</blockquote>


On the dingus anyway.


max



More information about the Markdown-Discuss mailing list