diff options
Diffstat (limited to 'library/parsedown/test/data/compound_blockquote.md')
-rw-r--r-- | library/parsedown/test/data/compound_blockquote.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library/parsedown/test/data/compound_blockquote.md b/library/parsedown/test/data/compound_blockquote.md new file mode 100644 index 000000000..80c4aed16 --- /dev/null +++ b/library/parsedown/test/data/compound_blockquote.md @@ -0,0 +1,10 @@ +> header +> ------ +> +> paragraph +> +> - li +> +> --- +> +> paragraph
\ No newline at end of file |