aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-06-25 15:17:20 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-06-25 15:17:20 +0200
commitf5be8427d95217f4efd723575a79f8699b33d003 (patch)
treecc9c8f9890ba08d18a0962686f54ac92d472a9a0 /CHANGES
parent64aee65f62c7184f31d6778d0d3d9b6dc96e4e91 (diff)
Don't mangle append order for nested lists.
The benefit of this is that the ‘top-level’ element of such lists is properly wrapped in <p> tags so any CSS working with these will be applied properly. It also just makes more sense. Pointed out at jgm/pandoc#1346.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
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)