From ed3a1d10b6ac32120f9dc9db793387ba04c949b7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 24 Sep 2017 21:22:28 -0700 Subject: changelog - fix a few spurious footnotes. --- changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'changelog') 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 -- cgit v1.2.3