From 0a1c1b5aeb62afa21bd676cfba6cf88821f1176f Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Sun, 25 Mar 2007 03:58:40 +0000 Subject: Added test cases --- tests/markdown-test/tabs.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/markdown-test/tabs.html (limited to 'tests/markdown-test/tabs.html') diff --git a/tests/markdown-test/tabs.html b/tests/markdown-test/tabs.html new file mode 100644 index 0000000..3c91b64 --- /dev/null +++ b/tests/markdown-test/tabs.html @@ -0,0 +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
+    indented with tabs
+
++   this is an example list item
+    indented with spaces
+
+ -- cgit v1.2.3