diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-02-04 17:39:47 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-02-04 17:39:47 -0500 |
commit | 0f6ff94aed8c2f6529d2308f75a770f2b130bff9 (patch) | |
tree | 65e8e591b7d3e0dd40defd420afe584add539a11 /tests/misc/nested-lists.txt | |
parent | 0adb1136a124ba0218df0ef986e6f1dc6ed254ba (diff) | |
download | markdown-0f6ff94aed8c2f6529d2308f75a770f2b130bff9.tar.gz markdown-0f6ff94aed8c2f6529d2308f75a770f2b130bff9.tar.bz2 markdown-0f6ff94aed8c2f6529d2308f75a770f2b130bff9.zip |
Completed nested lists and added a test. All tests pass.
Diffstat (limited to 'tests/misc/nested-lists.txt')
-rw-r--r-- | tests/misc/nested-lists.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/misc/nested-lists.txt b/tests/misc/nested-lists.txt new file mode 100644 index 0000000..38aae15 --- /dev/null +++ b/tests/misc/nested-lists.txt @@ -0,0 +1,24 @@ +* item 1 + + paragraph 2 + +* item 2 + + * item 2-1 + * item 2-2 + + * item 2-2-1 + + * item 2-3 + + * item 2-3-1 + +* item 3 + +plain text + +* item 1 + * item 1-1 + * item 1-2 + * item 1-2-1 +* item 2 |