Multiline blockquote rendering issue / blockquotes are merged into one

Thank you for adding support for multiline blockquote - -something I dreamed for a long-long time. There is an issue with the way you render them.

Sometime I need to quote multiple emails in single issue and when using blockquote syntax, I end up with the single blockquote. Example:

Screen_Shot_2016-08-10_at_1.30.15_PM

The source of the code is below:

>>>
this is line one of blockquote 1

this is line two of blockquote 1
>>>

>>>
this is line one of blockquote 2

this is line two of blockquote 2
>>>

What I would expect is to see something like this (but without vertical line), ie two blockquotes would be separated by whitespace, something you already do for code snippets.

Screen_Shot_2016-08-10_at_1.30.19_PM

References