From a9ca97325e9039de90eae29fb3d8879bc9f367f6 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 19 Jul 2013 21:39:14 -0400 Subject: 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. --- tests/extensions/attr_list.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tests/extensions/attr_list.html') diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html index ad965fd..b76f73b 100644 --- a/tests/extensions/attr_list.html +++ b/tests/extensions/attr_list.html @@ -48,4 +48,13 @@ And a nested
  • Item5
  • - \ No newline at end of file + +

    Definition lists

    +
    +
    DT1
    +
    DT2
    +
    Some dd
    +
    dd
    +
    DT3
    +
    Some dd
    +
    \ No newline at end of file -- cgit v1.2.3