diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-06 10:35:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-06 10:35:42 -0800 |
commit | d66c88a963adeacb4aa5f45a5d8d277ce853b261 (patch) | |
tree | 853d7cf8b831925bba2f8e6f7f278f3c06cb6451 | |
parent | f16e29ee2b81dcbe06d30365aa2b024cbeb88139 (diff) | |
download | pandoc-d66c88a963adeacb4aa5f45a5d8d277ce853b261.tar.gz |
Fix typo in changelog.
-rw-r--r-- | changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ pandoc (2.4) + With `--biblatex`, use `\autocite` when possible (#4960). `\autocites{a1}{a2}{a3}` will not collapse the entries. So, if we don't have prefixes and suffixes, we use instead - `\autocite{a1;a2;a3}`. + `\autocite{a1,a2,a3}`. + Fix description lists contining highlighted code (#4662). * Text.Pandoc.Writers.Man |