aboutsummaryrefslogtreecommitdiff
path: root/MarkdownTest/Tests_2007/Code Blocks.text
diff options
context:
space:
mode:
Diffstat (limited to 'MarkdownTest/Tests_2007/Code Blocks.text')
-rw-r--r--MarkdownTest/Tests_2007/Code Blocks.text14
1 files changed, 14 insertions, 0 deletions
diff --git a/MarkdownTest/Tests_2007/Code Blocks.text b/MarkdownTest/Tests_2007/Code Blocks.text
new file mode 100644
index 0000000..b54b092
--- /dev/null
+++ b/MarkdownTest/Tests_2007/Code Blocks.text
@@ -0,0 +1,14 @@
+ 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 \ No newline at end of file