mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 09:55:57 +00:00
Added wmf and emf mime types.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user