Last modified: 2006-08-18 15:38:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9060, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7060 - Paragraphs are stripped inside of blockquotes
Paragraphs are stripped inside of blockquotes
Status: RESOLVED DUPLICATE of bug 6200
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-18 15:36 UTC by Omegatron
Modified: 2006-08-18 15:38 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Omegatron 2006-08-18 15:36:30 UTC
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)
Comment 1 Rob Church 2006-08-18 15:38:26 UTC

*** This bug has been marked as a duplicate of 6200 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links