Last modified: 2011-04-14 15:10:37 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 T8419, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6419 - Use paragraphs, rather than line breaks, where appropriate within <poem>
Use paragraphs, rather than line breaks, where appropriate within <poem>
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
Poem (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-23 23:46 UTC by Seb35
Modified: 2011-04-14 15:10 UTC (History)
0 users

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


Attachments

Description Seb35 2006-06-23 23:46:12 UTC
I seen this extension is now on Wikisource and I tried this. I noticed that the 
paragraphs disappear :
----
For exemple, without the extension, the wikitext
 line 1
 
 line 2
displays in html <p>line 1</p><p>line 2</p>
----
and with the poem extension, the wikitext
 <poem>
 line 1
 
 line 2
 </poem>
gives <div class="poem"><p>line 1<br /><br />line 2</p></div>
----
I think that it could be better of keeping the paragraphs (whose can have CSS 
transformations) or perhaps have an attribute in <poem> to display the 
paragraphs.

Else it's a great extension :)  Sébastien
Comment 1 Brion Vibber 2006-06-23 23:49:00 UTC
Could be done; double-newlines are already broken so could skip the <br/> 
there.

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


Navigation
Links