diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-09-28 11:36:53 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-09-28 11:36:53 +0200 |
commit | 66575ab620bf095e2178bde60bc9b6b391024911 (patch) | |
tree | cb7d91319950fcaafc0c9b8c2f999a277ada0db6 | |
parent | ae32d71da44753ad8e8ad54c583bba3ae9a81771 (diff) | |
download | pandoc-66575ab620bf095e2178bde60bc9b6b391024911.tar.gz |
Updated changelog
-rw-r--r-- | changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -201,6 +201,8 @@ pandoc (1.17.3) + Define default figure placement (Václav Haisman), since pandoc no longer includes `[htbp]` for figures. Users with custom templates will want to add this. See #3103. + + Use footnote package to fix notes in tables (jgm/pandoc-templates#208, + Václav Haisman). * Text.Pandoc.PDF: Don't crash with nonexistent image (#3100). Instead, emit the alt text, emphasized. This accords with what the ODT writer |