From a3a07eaac6e56438c3587e260502e8c7621e1dda Mon Sep 17 00:00:00 2001 From: Titus Date: Thu, 14 Jun 2012 00:35:47 -0600 Subject: [PATCH] Updated nested blockquote test case to proper markdown syntax --- test/cases/nested-blockquote.html | 2 +- test/cases/nested-blockquote.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/cases/nested-blockquote.html b/test/cases/nested-blockquote.html index c142b2e..97ca7d7 100644 --- a/test/cases/nested-blockquote.html +++ b/test/cases/nested-blockquote.html @@ -2,7 +2,7 @@

This is a multi line blockquote test

-

And nesting! +

And nesting!

With more than one line.

diff --git a/test/cases/nested-blockquote.md b/test/cases/nested-blockquote.md index 010893c..a08d41a 100644 --- a/test/cases/nested-blockquote.md +++ b/test/cases/nested-blockquote.md @@ -1,4 +1,6 @@ > This is a multi line blockquote test + > > > And nesting! + > > With more than one line. \ No newline at end of file