summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-22 21:20:40 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-22 21:20:40 +0100
commit9614835ea739de591d313aa4d278a5aa0a999970 (patch)
treec659df65e6a86c2fb4f35993bdfbf76a7e72e83d
parentf4a452f89174828fea77614a4b6a067fc4675ba5 (diff)
Added emf to mimeTypes with type application/x-msmetafile.
See #1713.
-rw-r--r--src/Text/Pandoc/MIME.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs
index a08091217..328dbf928 100644
--- a/src/Text/Pandoc/MIME.hs
+++ b/src/Text/Pandoc/MIME.hs
@@ -168,6 +168,7 @@ mimeTypesList = -- List borrowed from happstack-server.
,("emb","chemical/x-embl-dl-nucleotide")
,("embl","chemical/x-embl-dl-nucleotide")
,("emf","image/x-emf")
+ ,("emz","application/x-msmetafile")
,("eml","message/rfc822")
,("ent","chemical/x-ncbi-asn1-ascii")
,("eot","application/vnd.ms-fontobject")