summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
diff options
context:
space:
mode:
authorAndrew Pritchard <andrewjpritchard@gmail.com>2018-02-19 03:12:58 +0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-02-18 11:12:58 -0800
commitbb7681a85af76b2b85b263d593f560caf5428def (patch)
treec8e8758b5261750e7180709090ac83661b360a43 /src/Text/Pandoc/Writers/Docx.hs
parent377640402f32e8189fc88e54515c397ce48cc916 (diff)
EMF Image size support (#4375)
Diffstat (limited to 'src/Text/Pandoc/Writers/Docx.hs')
-rw-r--r--src/Text/Pandoc/Writers/Docx.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs
index 55588ba22..5ad6bf82b 100644
--- a/src/Text/Pandoc/Writers/Docx.hs
+++ b/src/Text/Pandoc/Writers/Docx.hs
@@ -1339,6 +1339,7 @@ inlineToOpenXML' opts (Image attr alt (src, title)) = do
Just Pdf -> ".pdf"
Just Eps -> ".eps"
Just Svg -> ".svg"
+ Just Emf -> ".emf"
Nothing -> ""
if null imgext
then -- without an extension there is no rule for content type