diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-06-03 09:16:09 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-06-03 09:16:09 -0700 |
commit | 84600e7e28121214f5b327bc08eb36e2ce104008 (patch) | |
tree | 3b4c75451c4a343d1fc77ff068cdc2f6995e9ad1 /changelog | |
parent | 34fac208d20824b463301f8e2eb4b2a5c31c72ed (diff) | |
download | pandoc-84600e7e28121214f5b327bc08eb36e2ce104008.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ pandoc (1.9.4) + Ensure that a Verbatim at the end of a footnote is followed by a newline. (Fixes a regression in the previous version.) + * Beamer writer: When `--incremental` is used, lists inside + a block quote should appear all at once. (This makes Beamer + output consistent with the HTML slide show formats.) + * ConTeXt writer: + Escape `%` as `\letterpercent{}` not `\letterpercent `, |