From 4d0eb272859767485db22d33e69c73a54cc7865e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 2 Mar 2018 19:36:02 -0800 Subject: Update changelog. --- changelog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index cd60dc428..7c8516e2d 100644 --- a/changelog +++ b/changelog @@ -3,9 +3,14 @@ pandoc (2.1.2) * Markdown reader: + Fix parsing bug with nested fenced divs (#4281). Previously we allowed - "nonindent spaces" before the opening and closing `:::`, but this - interfered with list parsing, so now we require the fences to be flush with - the margin of the containing block. + "nonindent spaces" before the opening and closing `:::`, but this + interfered with list parsing, so now we require the fences to be flush with + the margin of the containing block. + + * Commonmark reader: + + + `raw_html` is now on by default. It can be disabled explicitly + using `-f commonmark-raw_html`. * Org reader (Albert Krewinkel): -- cgit v1.2.3