aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/attr_list.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2013-07-19 18:58:50 -0400
committerWaylan Limberg <waylan@gmail.com>2013-07-19 18:58:50 -0400
commiteffa7a8aaace52b466fdd19ffd97e5e33e2a9a3a (patch)
treeccac6f799184842b73cdad06ae9ed51c2d96da92 /tests/extensions/attr_list.txt
parent5529647cd03468a7d2ae085c86b397d2b2379ab8 (diff)
downloadmarkdown-effa7a8aaace52b466fdd19ffd97e5e33e2a9a3a.tar.gz
markdown-effa7a8aaace52b466fdd19ffd97e5e33e2a9a3a.tar.bz2
markdown-effa7a8aaace52b466fdd19ffd97e5e33e2a9a3a.zip
Attr_List Extension now also supports nested ol's.
Not sure how I missed that when committing ea4af0d. Also as a side-effect, this fixes #230 - which brought my previous oversight to my attention. Thanks for the report @divisoryang. Also added some tests - including tests of list items without attr_lists. Sometimes I forget to test markup that does not use an extension when an extension is enabled. That's what resulted in #230 being reported.
Diffstat (limited to 'tests/extensions/attr_list.txt')
-rw-r--r--tests/extensions/attr_list.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt
index 959c117..8ecfe44 100644
--- a/tests/extensions/attr_list.txt
+++ b/tests/extensions/attr_list.txt
@@ -45,3 +45,23 @@ Also a codespan: `{: .someclass}`{: .foo}.
{: .item }
* _Item3-1_{: .emph }
{: .subitem }
+* Item4
+ * Item4-1
+* Item5
+
+And ordered lists too:
+
+1. Item1
+ {: .item }
+2. Item2
+ {: .item }
+ 1. Item2-1
+ {: .subitem }
+3. _Item3_{: .emph }
+ {: .item }
+ 1. _Item3-1_{: .emph }
+ {: .subitem }
+4. Item4
+ 1. Item4-1
+5. Item5
+