From 9c0959dd9b319819c13ffffbfa7185c8b9eba612 Mon Sep 17 00:00:00 2001
From: Waylan Limberg And now in uppercase: Some inline stuff. Some inline stuff. Now some Block level html
-
-
and this is the second from last line
in this test message
This has none.
This line has three.
This line has none.
- And this line two.
-
This line has none.
Preserve blank lines in code blocks
+a code block
+
+two blank lines
+
+
+three blank lines
+
+
+
+four blank lines
+
+
+
+
+five blank lines
+
+
+
+
+
+six blank lines
+
+
+
+
+
+
+End of block
+
+End of document
\ No newline at end of file diff --git a/tests/misc/blank_lines_in_codeblocks.txt b/tests/misc/blank_lines_in_codeblocks.txt new file mode 100644 index 0000000..f2e582a --- /dev/null +++ b/tests/misc/blank_lines_in_codeblocks.txt @@ -0,0 +1,37 @@ +Preserve blank lines in code blocks + + a code block + + two blank lines + + + three blank lines + + + + four blank lines + + + + + five blank lines + + + + + + six blank lines + + + + + + + End of block + + + + + + +End of document \ No newline at end of file -- cgit v1.2.3 From 25e187598f06f04feeacbf967b7651e93286d3f4 Mon Sep 17 00:00:00 2001 From: Waylan LimbergPreserve blank lines in code blocks
+Preserve blank lines in code blocks with tabs:
+a code block
+
+two tabbed lines
+
+
+three tabbed lines
+
+
+
+four tabbed lines
+
+
+
+
+five tabbed lines
+
+
+
+
+
+six tabbed lines
+
+
+
+
+
+
+End of tabbed block
+
+And without tabs:
a code block
two blank lines
diff --git a/tests/misc/blank_lines_in_codeblocks.txt b/tests/misc/blank_lines_in_codeblocks.txt
index f2e582a..e7ae102 100644
--- a/tests/misc/blank_lines_in_codeblocks.txt
+++ b/tests/misc/blank_lines_in_codeblocks.txt
@@ -1,37 +1,73 @@
-Preserve blank lines in code blocks
+Preserve blank lines in code blocks with tabs:
a code block
- two blank lines
+ two tabbed lines
- three blank lines
+ three tabbed lines
- four blank lines
+ four tabbed lines
- five blank lines
+ five tabbed lines
- six blank lines
+ six tabbed lines
- End of block
+ End of tabbed block
+And without tabs:
+
+ a code block
+
+ two blank lines
+
+
+ three blank lines
+
+
+
+ four blank lines
+
+
+
+
+ five blank lines
+
+
+
+
+
+ six blank lines
+
+
+
+
+
+
+ End of block
+
+
+
+
+
+
End of document
\ No newline at end of file
--
cgit v1.2.3