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/Blockquotes with code blocks.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 MarkdownTest/Tests_2007/Blockquotes with code blocks.html (limited to 'MarkdownTest/Tests_2007/Blockquotes with code blocks.html') diff --git a/MarkdownTest/Tests_2007/Blockquotes with code blocks.html b/MarkdownTest/Tests_2007/Blockquotes with code blocks.html new file mode 100644 index 0000000..990202a --- /dev/null +++ b/MarkdownTest/Tests_2007/Blockquotes with code blocks.html @@ -0,0 +1,15 @@ +
+

Example:

+ +
sub status {
+    print "working";
+}
+
+ +

Or:

+ +
sub status {
+    return "working";
+}
+
+
-- cgit v1.2.3