From 9614835ea739de591d313aa4d278a5aa0a999970 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 22 Feb 2017 21:20:40 +0100 Subject: Added emf to mimeTypes with type application/x-msmetafile. See #1713. --- src/Text/Pandoc/MIME.hs | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3