diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-07-19 21:39:14 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-07-19 21:39:14 -0400 |
commit | a9ca97325e9039de90eae29fb3d8879bc9f367f6 (patch) | |
tree | 4e7ec47a4f22317a85dea572e6e5d76f9d7bfafe /tests/extensions/attr_list.txt | |
parent | fbfa42dfafaa7b129c864cc359f9e6697887dab3 (diff) | |
download | markdown-a9ca97325e9039de90eae29fb3d8879bc9f367f6.tar.gz markdown-a9ca97325e9039de90eae29fb3d8879bc9f367f6.tar.bz2 markdown-a9ca97325e9039de90eae29fb3d8879bc9f367f6.zip |
Added support for attr_lists on definition list terms.
Like headers (h1-6) dt's can only be on one line, so we need to use
the header regex on dt's. This was implemented after considering a recent
[discussion](http://six.pairlist.net/pipermail/markdown-discuss/2013-July/002859.html)
on the markdown mailing list. Prior to that discussion, I never considered
that it was impossable to set block level attrs on dt's. Now it is.
Diffstat (limited to 'tests/extensions/attr_list.txt')
-rw-r--r-- | tests/extensions/attr_list.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt index a841b87..da108e6 100644 --- a/tests/extensions/attr_list.txt +++ b/tests/extensions/attr_list.txt @@ -65,3 +65,14 @@ Also a codespan: `{: .someclass}`{: .foo}. 1. Item4-1 5. Item5 +# Definition *lists* {.block} + +DT1 {.term} +DT2 {.term} +: Some dd + {.def} +: *dd*{.inline} + +*DT3*{.inline} +: Some dd + |