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
Version: unspecified
Severity: enhancement