From 78506014eceb3400d2fee3b39653753fae80939a Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 2 Sep 2013 10:22:49 -0400 Subject: Ensure each term on def list maintains its own loose status. Previously, the code was ignoring whether this was a new term when determining whether the currect item should be loose or not. Fixes #243. Thanks for the report @Anomareh. --- tests/extensions/extra/loose_def_list.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tests/extensions/extra/loose_def_list.html') diff --git a/tests/extensions/extra/loose_def_list.html b/tests/extensions/extra/loose_def_list.html index 98fdec8..0de6eb6 100644 --- a/tests/extensions/extra/loose_def_list.html +++ b/tests/extensions/extra/loose_def_list.html @@ -18,4 +18,14 @@ line 2 of def 2-1

par 2 of def2-2

-

more text

\ No newline at end of file +

more text

+
+
term 4
+
not loose
+
term 5
+
+

loose

+
+
term 6
+
also not loose
+
\ No newline at end of file -- cgit v1.2.3