From f5be8427d95217f4efd723575a79f8699b33d003 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Wed, 25 Jun 2014 15:17:20 +0200 Subject: Don't mangle append order for nested lists. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The benefit of this is that the ‘top-level’ element of such lists is properly wrapped in

tags so any CSS working with these will be applied properly. It also just makes more sense. Pointed out at jgm/pandoc#1346. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index ee20ca1b..3814d095 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,8 @@ Changes in version 2.15.0 * parser: don't wrap headers in DocParagraph (#307) + * parser: don't mangle append order for nested lists (pandoc #1346) + Changes in version 2.14.3 * Fix parsing of identifiers with ^ or ⋆ in them (#298) -- cgit v1.2.3