summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-02 19:36:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-02 19:36:02 -0800
commit4d0eb272859767485db22d33e69c73a54cc7865e (patch)
treeaa05bade2a0804b740773df9002a927d5ba2af1e
parent987140eadc0af868af55d6ac52414382eb1f855c (diff)
Update changelog.
-rw-r--r--changelog11
1 files 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):