summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-09-24 21:22:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-09-24 21:22:28 -0700
commited3a1d10b6ac32120f9dc9db793387ba04c949b7 (patch)
treedd89ec5f6c2fe05feaa9703ffd19c36b9436b525 /changelog
parentfc25e3a5b70d408a3c0fd576b1c3e71420ddcb58 (diff)
changelog - fix a few spurious footnotes.
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog b/changelog
index 69b52e94f..d4ca51f5a 100644
--- a/changelog
+++ b/changelog
@@ -9243,7 +9243,7 @@ pandoc (1.1)
* Text.Pandoc.Shared: Modified wrappedTeX to eliminate the line break
between a footnote and immediately following nonspace characters in
LaTeX and ConTeXt output. (This gets interpreted as a space, which
- is not desired in cases like "text^[note]---".) Resolves Issue #93.
+ is not desired in cases like `text^[note]---`.) Resolves Issue #93.
* Windows installer: Don't require admin privileges to run
installer. Modified pandoc-setup.iss, and changed modpath.iss to
@@ -10749,8 +10749,8 @@ pandoc (0.3) unstable; urgency=low
* Revised footnote syntax. (See README for full details.) The
'[^1]' format now standard in markdown extensions is supported,
- as are inline footnotes with this syntax: '^[My note.]'.
- The earlier footnote syntax '^(1)' is no longer supported.
+ as are inline footnotes with this syntax: `^[My note.]`.
+ The earlier footnote syntax `^(1)` is no longer supported.
* Improved HTML representation of footnotes. All footnotes
are now auto-numbered and appear in an ordered list at the