The <pre> element does not treat multiple linebreaks. For example:
<pre> line1
line2 </pre>
Here the blank line between line1 and line2 is not rendered.
Log in to post a comment.