From 99cd7978a35640d5b8a4a651c490473822846033 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Fri, 3 Jun 2016 09:44:30 -0700 Subject: [PATCH] Updated changelog --- changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog b/changelog index f720dd918..45da0a3b4 100644 --- a/changelog +++ b/changelog @@ -123,6 +123,15 @@ pandoc (1.17.1) Org-mode allows to specify export settings via `#+OPTIONS` lines. Disabling simple sub- and superscripts is one of these export options, this options is now supported. + + Support special strings export option Parsing of special strings + (like `...` as ellipsis or `--` as en dash) can be toggled using the `-` + option. + + Support emphasized text export option. Parsing of emphasized text can + be toggled using the `*` option. This influences parsing of text marked + as emphasized, strong, strikeout, and underline. Parsing of inline math, + code, and verbatim text is not affected by this option. + + Support smart quotes export option. Reading of smart quotes can be + toggled using the `'` option. + Parse but ignore export options. All known export options are parsed but ignored. + Refactor block attribute handling. A parser state attribute was used