Block quotes with a blank line between them get merged

Waylan Limberg waylan at gmail.com
Wed Oct 18 09:19:15 EDT 2006


For whatever it is worth, both perl and php have this behavior while
python gives the expected output. I'd certainly say it is a bug. One
could very easily have a legitimate need to have two separate quotes
(perhaps from different sources) follow each other in a document.

On 10/17/06, 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

> _______________________________________________

> Markdown-Discuss mailing list

> Markdown-Discuss at six.pairlist.net

> http://six.pairlist.net/mailman/listinfo/markdown-discuss

>



--
----
Waylan Limberg
waylan at gmail.com


More information about the Markdown-Discuss mailing list