diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-22 21:20:40 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-22 21:20:40 +0100 |
commit | 9614835ea739de591d313aa4d278a5aa0a999970 (patch) | |
tree | c659df65e6a86c2fb4f35993bdfbf76a7e72e83d | |
parent | f4a452f89174828fea77614a4b6a067fc4675ba5 (diff) | |
download | pandoc-9614835ea739de591d313aa4d278a5aa0a999970.tar.gz |
Added emf to mimeTypes with type application/x-msmetafile.
See #1713.
-rw-r--r-- | src/Text/Pandoc/MIME.hs | 1 |
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") |