By default, MediaWiki ignores single line breaks, treating them as a single space. To insert a new line in a page, you must insert two consecutive line breaks in the source, which results in a new paragraph: </p><p>
. It's also possible to insert <br />
directly into the source.
How can I modify the MediaWiki parsing engine so single line breaks in the source are replaced automatically with a <br />
in the resulting HTML?