diff options
author | Gerry LaMontagne <gjlama94@gmail.com> | 2010-03-23 13:41:41 -0400 |
---|---|---|
committer | Gerry LaMontagne <gjlama94@gmail.com> | 2010-03-23 13:41:41 -0400 |
commit | 3c5a355edd62efb8642b71b28cd39f7f8f2b3dc6 (patch) | |
tree | 6bbf7e962e9f8fd557e203d1afdf7ebec875e881 /tests/misc/lists8.txt | |
parent | ced8f58b78b02a58e20f6863085ef9c7d82182e0 (diff) | |
download | markdown-3c5a355edd62efb8642b71b28cd39f7f8f2b3dc6.tar.gz markdown-3c5a355edd62efb8642b71b28cd39f7f8f2b3dc6.tar.bz2 markdown-3c5a355edd62efb8642b71b28cd39f7f8f2b3dc6.zip |
Blockquoted text in the first item of a list is now placed in child p tag of the
blockquote tag. Added lists8.txt and .html for test suite to test condition.
Diffstat (limited to 'tests/misc/lists8.txt')
-rw-r--r-- | tests/misc/lists8.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/misc/lists8.txt b/tests/misc/lists8.txt new file mode 100644 index 0000000..8ab6767 --- /dev/null +++ b/tests/misc/lists8.txt @@ -0,0 +1,16 @@ +# Lists with blockquotes +1. > Four-score and seven years ago... + +2. > We have nothing to fear... + +3. > This is it... + +# Multi-line blockquotes +* > Four-score and sever years ago + > our fathers brought forth + +* > We have nothing to fear + > but fear itself + +* > This is it + > as far as I'm concerned |