summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-03 09:44:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-03 09:44:30 -0700
commit99cd7978a35640d5b8a4a651c490473822846033 (patch)
tree89339d3c203d4bd396318cdac77f44d11834d286
parent2b2769975fea76337a5afd9e985a4de43c7276a0 (diff)
Updated changelog
-rw-r--r--changelog9
1 files changed, 9 insertions, 0 deletions
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