From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Mon, 14 Jul 2008 16:17:33 +0500 Subject: A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output. --- tests/markdown-test/tabs.html | 46 +++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'tests/markdown-test/tabs.html') diff --git a/tests/markdown-test/tabs.html b/tests/markdown-test/tabs.html index 3c91b64..f90fb95 100644 --- a/tests/markdown-test/tabs.html +++ b/tests/markdown-test/tabs.html @@ -1,29 +1,29 @@ - -

Code: -

-
this code block is indented by one tab
-

And: -

-
    this code block is indented by two tabs
-

And: -

-
+   this is an example list item
+

Code:

+
+this code block is indented by one tab
+
+
+

And:

+
+    this code block is indented by two tabs
+
+
+

And:

+
++   this is an example list item
     indented with tabs
 
 +   this is an example list item
     indented with spaces
-
- +
+
-- cgit v1.2.3