mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Updated nested blockquote test case to proper markdown syntax
This commit is contained in:
parent
cb7192d2cc
commit
a3a07eaac6
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
> This is a multi line blockquote test
|
||||
>
|
||||
> > And nesting!
|
||||
>
|
||||
> With more than one line.
|
Loading…
Reference in New Issue
Block a user