From 6b2bb8f1cc2518f7bc1f8dcbc1feebf4b7b1e369 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 28 Sep 2016 12:53:36 +0200 Subject: Update changelog. --- changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'changelog') 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. -- cgit v1.2.3