Author: ui2t5v002
Description:
To indicate a blockquote, you surround it by <blockquote>tags</blockquote>.
Fine. But it doesn't allow multiple paragraphs:
<blockquote>
First paragraph is here.
Second paragraph is here.
</blockquote>
(wikitext)
This should behave the same way as blank lines outside of blockquotes, and be
rendered in the final page output as:
<blockquote>
<p>First paragraph is here.</p>
<p>Second paragraph is here.</p>
</blockquote>
(HTML)
But the software currently smooshes everything together in the final rendering:
<blockquote>
<p>First paragraph is here. Second paragraph is here.</p>
</blockquote>
(HTML)
Version: unspecified
Severity: normal
OS: Windows XP
Platform: PC