Forum Moderators: open
I've noticed that it behaves differently whether there are extra line-breaks in the code or not.
For example, when there are no extra line-breaks, everything is styed the same:
<started code tag on line after this>
<p id="validButton">
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88"
style="border: none!important;" /></a>
</p> But yet, with line breaks, only the first line is styled:
<started code tag on line after this>
<p id="validButton"> <a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88"
style="border: none!important;" /></a>
</p>
Jordan
At first I thought it might be to make the first line a code description, but seeing as the other lines after the first extra line-break don't appear to have any styling at all; on second thought, I'd cast my lot on it being a bug.
Jordan
This is a quote.
This is a quote.
This is a quote.
This is a quote.This is a quote.
This is a quote.
This is a quote.
This is a quote.
This is a quote.
This is a quote.
This is a quote.
This is a quote.
The trick with the space works also nice for quotes. The first example has an empty line, the second has a line with just a single space.