diff options
-rw-r--r-- | changelog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |