From a1c636a05557b1faa207828c9e7102391bdde5c9 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 3 Sep 2008 13:30:04 -0400 Subject: Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests. --- tests/misc/blockquote.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/misc/blockquote.html') diff --git a/tests/misc/blockquote.html b/tests/misc/blockquote.html index 7268578..b52e92d 100644 --- a/tests/misc/blockquote.html +++ b/tests/misc/blockquote.html @@ -1,13 +1,13 @@
-

blockquote with no whitespace before >.

+

blockquote with no whitespace before >.

foo

-

blockquote with one space before the >.

+

blockquote with one space before the >.

bar

-

blockquote with 2 spaces.

+

blockquote with 2 spaces.

baz

> this has three spaces so its a paragraph.

@@ -15,8 +15,8 @@
> this one had four so it's a code block.
 
-
-

this nested blockquote has 0 on level one and 3 (one after the first > + 2 more) on level 2.

-
-

> and this has 4 on level 2 - another code block.

+
+

this nested blockquote has 0 on level one and 3 (one after the first > + 2 more) on level 2.

+
+

> and this has 4 on level 2 - another code block.

\ No newline at end of file -- cgit v1.2.3