diff options
Diffstat (limited to 'library/parsedown/test/data/simple_blockquote.md')
-rw-r--r-- | library/parsedown/test/data/simple_blockquote.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/parsedown/test/data/simple_blockquote.md b/library/parsedown/test/data/simple_blockquote.md new file mode 100644 index 000000000..22b6b11a9 --- /dev/null +++ b/library/parsedown/test/data/simple_blockquote.md @@ -0,0 +1,7 @@ +> quote + +indented: + > quote + +no space after `>`: +>quote
\ No newline at end of file |