Updated nested blockquote test case to proper markdown syntax

This commit is contained in:
Titus 2012-06-14 00:35:47 -06:00
parent cb7192d2cc
commit a3a07eaac6
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<p>This is a multi line blockquote test</p>
<blockquote>
<p>And nesting!
<p>And nesting!</p>
</blockquote>
<p>With more than one line.</p>

View File

@ -1,4 +1,6 @@
> This is a multi line blockquote test
>
> > And nesting!
>
> With more than one line.