I need to place two blockquotes in sequence, however markdown combines them into a single blockquote. The only way I can get them to separate is placing some junk text between t
One way to do so is by just adding > after first blockquote followed by a newline. And by this way nothing gets printed as well.
>
First quote
Second Quote