I have a wierd rendering bug in my PRE blocks.
I just updated to 1.6.6 last night from 1.6.4. I have a PRE block that has some AD&D stats from a text file,
(the code blocks do not like my lead space in this example)
|CHA|CON|DEX|WIS|INT|STR(100)|HP |
--------------------+---+---+---+---+---+--------+---|
AKABAR BEL AKAS | 14| 13| 12| 13| 15| 11 | 15|
Under 1.6.4 it displayed correctly, under 1.6.6 it wrapped the dashed line onto the first line and looks like this;
|CHA|CON|DEX|WIS|INT|STR(100)|HP |--------------------+---+---+---+---+---+--------+---|
AKABAR BEL AKAS | 14| 13| 12| 13| 15| 11 | 15|
you can see it on my site at here
The odd thing, it only wrapped that first line, but it is the only line in my data that starts with a dash.
