aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-09-28 12:53:36 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-09-28 12:53:36 +0200
commit6b2bb8f1cc2518f7bc1f8dcbc1feebf4b7b1e369 (patch)
tree585b14512566a755b8da934f88d2139b1fec53e1
parente95047ed85872fbc44e261df74add4e4f9bef30d (diff)
downloadpandoc-6b2bb8f1cc2518f7bc1f8dcbc1feebf4b7b1e369.tar.gz
Update changelog.
-rw-r--r--changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog b/changelog
index 50ecb821e..67f56d493 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,12 @@
pandoc (1.17.3)
+ * Add `bracketed_spans` Markdown extension, enabled by default
+ in pandoc `markdown`. This allows you to create a native span
+ using this syntax: `[Here is my span]{#id .class key="val"}`.
+
+ * `Text.Pandoc.Options.Extension` has a new constructor
+ `Ext_brackted_spans` [API change].
+
* `--filter`: we now check `$DATADIR/filters` for filters before
looking in the path (#3127, Jesse Rosenthal, thanks to Jakob
Voß for the idea). Filters placed in this directory need not
@@ -590,6 +597,7 @@ pandoc (1.17.1)
* Markdown reader:
+ + Added bracket syntax for native spans (#168).
+ Fix pandoc title blocks with lines ending in 2 spaces (#2799).
+ Added `-s` to markdown-reader-more test.