From fa014ac7743836db611713ca630a4919e8d5fa3d Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 22 Aug 2008 23:38:39 -0400 Subject: Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now whitespace is preserved in codeblocks. As a side-benefit, this also solved the issue with the safe-mode tests failing. All tests incorectly altered at ElementTree conversion have been corrected for this bug. Any remaining tests that fail are unrelated to this. --- tests/misc/br.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/misc/br.html') diff --git a/tests/misc/br.html b/tests/misc/br.html index 52b4796..08563a5 100644 --- a/tests/misc/br.html +++ b/tests/misc/br.html @@ -1,12 +1,10 @@

Output:

-
-<p>Some of these words <em>are emphasized</em>.
+
<p>Some of these words <em>are emphasized</em>.
 Some of these words <em>are emphasized also</em>.</p>
 
 <p>Use two asterisks for <strong>strong emphasis</strong>.
 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
-
-
+

Lists

Unordered (bulleted) lists use asterisks, pluses, and hyphens (*, +, and -) as list markers. These three markers are -- cgit v1.2.3