aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-01-07 10:32:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-01-07 10:32:47 -0800
commit2c7bf41d26dfe293f32830d92d5bfd13f2cf2b89 (patch)
tree1ecf89b832549b29db90c06320afc57478bf77a3
parent002c8ce14ca15bfbc800e9628cf09babf3d96acd (diff)
downloadpandoc-2c7bf41d26dfe293f32830d92d5bfd13f2cf2b89.tar.gz
Added wmf and emf mime types.
-rw-r--r--src/Text/Pandoc/MIME.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs
index f41aa98bb..44989ee94 100644
--- a/src/Text/Pandoc/MIME.hs
+++ b/src/Text/Pandoc/MIME.hs
@@ -147,6 +147,7 @@ mimeTypesList = -- List borrowed from happstack-server.
,("dxr","application/x-director")
,("emb","chemical/x-embl-dl-nucleotide")
,("embl","chemical/x-embl-dl-nucleotide")
+ ,("emf","image/x-emf")
,("eml","message/rfc822")
,("ent","chemical/x-ncbi-asn1-ascii")
,("eot","application/vnd.ms-fontobject")
@@ -465,6 +466,7 @@ mimeTypesList = -- List borrowed from happstack-server.
,("wm","video/x-ms-wm")
,("wma","audio/x-ms-wma")
,("wmd","application/x-ms-wmd")
+ ,("wmf","image/x-wmf")
,("wml","text/vnd.wap.wml")
,("wmlc","application/vnd.wap.wmlc")
,("wmls","text/vnd.wap.wmlscript")