diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/compound_blockquote.html')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/compound_blockquote.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/compound_blockquote.html b/vendor/parsedown-0.9.0/tests/data/compound_blockquote.html new file mode 100644 index 00000000..37afb57a --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/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 |