summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog b/changelog
index cd60dc428..1fe42db29 100644
--- a/changelog
+++ b/changelog
@@ -7,6 +7,14 @@ pandoc (2.1.2)
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`.
+ + When `raw_html` is disabled, HTML is parsed as regular text,
+ rather than disappearing altogether. This matches the behavior
+ of `markdown`.
+
* Org reader (Albert Krewinkel):
+ Move citation tests to separate module.