Hi,
2009/8/31 Jack D. Pond jack.pond@psitex.com:
Waseem etal,
I would like to modify Extension:StringFunctions to allow this.
This requested functionalit is useful in making it easier for users to edit/create information in infoblocks without having to remember to put in
<br>
I may be dense, but why do you need this in mediawiki? Using two newlines results in a new paragraph when rendering; using a single newline collapses the text into a single paragraph AFAIK.
The following wiki text: -------- this is line 1 this is line 2
this is line 3 (extra newline) this is line 4
this is line 5 (two extra newlines) this is line 6 --------
renders as ------- <p>this is line 1 this is line 2 </p><p>this is line 3 (extra newline) this is line 4 </p><p><br /> this is line 5 (two extra newlines) this is line 6 </p> -------