changelog - fix a few spurious footnotes.

This commit is contained in:
John MacFarlane 2017-09-24 21:22:28 -07:00
parent fc25e3a5b7
commit ed3a1d10b6

View file

@ -9243,7 +9243,7 @@ pandoc (1.1)
* Text.Pandoc.Shared: Modified wrappedTeX to eliminate the line break * Text.Pandoc.Shared: Modified wrappedTeX to eliminate the line break
between a footnote and immediately following nonspace characters in between a footnote and immediately following nonspace characters in
LaTeX and ConTeXt output. (This gets interpreted as a space, which 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 * Windows installer: Don't require admin privileges to run
installer. Modified pandoc-setup.iss, and changed modpath.iss to 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 * Revised footnote syntax. (See README for full details.) The
'[^1]' format now standard in markdown extensions is supported, '[^1]' format now standard in markdown extensions is supported,
as are inline footnotes with this syntax: '^[My note.]'. as are inline footnotes with this syntax: `^[My note.]`.
The earlier footnote syntax '^(1)' is no longer supported. The earlier footnote syntax `^(1)` is no longer supported.
* Improved HTML representation of footnotes. All footnotes * Improved HTML representation of footnotes. All footnotes
are now auto-numbered and appear in an ordered list at the are now auto-numbered and appear in an ordered list at the