From 77aed9225bc0fbb90459a2ead7d99de9aaf1796f Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Tue, 26 Aug 2008 00:30:10 -0700 Subject: Adding old MarkdownTest.pl tests. --- MarkdownTest/Tests/Tabs.text | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 MarkdownTest/Tests/Tabs.text (limited to 'MarkdownTest/Tests/Tabs.text') diff --git a/MarkdownTest/Tests/Tabs.text b/MarkdownTest/Tests/Tabs.text new file mode 100644 index 0000000..589d113 --- /dev/null +++ b/MarkdownTest/Tests/Tabs.text @@ -0,0 +1,21 @@ ++ this is a list item + indented with tabs + ++ this is a list item + indented with spaces + +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