From fbfa42dfafaa7b129c864cc359f9e6697887dab3 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 19 Jul 2013 21:18:18 -0400 Subject: Allow inline attr_lists at end of header. A header can be only one line - so unlike other block level elements, a attr_list must be at th eend of the line. To disingush it from an inline attr_list on the last child in a header, we must require at least one space before th eblock-level attrt_list. Always intended it to work that way. Not sure how I missed that before. At least we're testing for it now. --- tests/extensions/attr_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/extensions/attr_list.html') diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html index b1ed85c..ad965fd 100644 --- a/tests/extensions/attr_list.html +++ b/tests/extensions/attr_list.html @@ -32,7 +32,7 @@ And a nested
  • Item5
  • -

    And ordered lists too:

    +

    And ordered lists too

    1. Item1
    2. Item2
        -- cgit v1.2.3