From ebefa9bb10a0b3aebb134ed8fb06b79f97040999 Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Tue, 26 Aug 2008 00:36:50 -0700 Subject: Moving Tests to Tests_2007. --- MarkdownTest/Tests_2007/Code Blocks.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MarkdownTest/Tests_2007/Code Blocks.html (limited to 'MarkdownTest/Tests_2007/Code Blocks.html') diff --git a/MarkdownTest/Tests_2007/Code Blocks.html b/MarkdownTest/Tests_2007/Code Blocks.html new file mode 100644 index 0000000..32703f5 --- /dev/null +++ b/MarkdownTest/Tests_2007/Code Blocks.html @@ -0,0 +1,18 @@ +
code block on the first line
+
+ +

Regular text.

+ +
code block indented by spaces
+
+ +

Regular text.

+ +
the lines in this block  
+all contain trailing spaces  
+
+ +

Regular Text.

+ +
code block on the last line
+
-- cgit v1.2.3