[Wikiwyg-dev] <br> and \n and <p> in wysiwyg mode



Hi,

I have a question about <br> and <p> tags in wysiwyg mode.
I don't really understand when they appears.

The problem is : if I want to type in wysiwyg mode :
"
line 1
line 2
line 3
"
So the HTML generated is :

"line 1<br>line 2<br>line 3<br>"

When you convert it into wikitext you'll have

"line 1line 2line 3"



Although if you type ( in wysiwyg mode )
"
line 1

line 2

line 3
"
you will have :

"line 1<br><br>line 2<br><br>line 3<br><br><br>"

and then in wikitext mode

"line 1line 2line 3"


That's why I would like to understand this mechanism. Is there a key that can make :
<p>line 1</p>
<p>line 2</p>
<p>line 3</p>

?

So I  would have
"
line 1

line 2

line 3
"
in wikitext mode ?

Or will I have to convert <br> into \n maybe ?


Thanks.

Regards.

Jean-Nicolas.





This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.