diff options
-rw-r--r-- | src/Text/Pandoc/Writers/Docx.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs index 9028acfde..694d2d639 100644 --- a/src/Text/Pandoc/Writers/Docx.hs +++ b/src/Text/Pandoc/Writers/Docx.hs @@ -680,6 +680,7 @@ imgPath ident img = "media/" ++ ident ++ Just Png -> ".png" Just Jpeg -> ".jpeg" Just Gif -> ".gif" + Just Pdf -> ".pdf" Nothing -> "" br :: Element |