diff options
Diffstat (limited to 'library/parsedown/test/data/compound_blockquote.html')
-rw-r--r-- | library/parsedown/test/data/compound_blockquote.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/library/parsedown/test/data/compound_blockquote.html b/library/parsedown/test/data/compound_blockquote.html new file mode 100644 index 000000000..37afb57a4 --- /dev/null +++ b/library/parsedown/test/data/compound_blockquote.html @@ -0,0 +1,9 @@ +<blockquote> +<h2>header</h2> +<p>paragraph</p> +<ul> +<li>li</li> +</ul> +<hr /> +<p>paragraph</p> +</blockquote>
\ No newline at end of file |