diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-11 09:33:10 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-11 09:33:10 -0700 |
commit | 1dcd7c66ebd9e0f7aa337e784f4c2d6b14e8cebd (patch) | |
tree | 2a628186cb9cf52add4d1a71ba35208ff6609eb6 /src | |
parent | 01d109e2efb880d9d2b8256d2e19ed4954076754 (diff) | |
download | pandoc-1dcd7c66ebd9e0f7aa337e784f4c2d6b14e8cebd.tar.gz |
Added MIME types for .wof and .eot.
Closes #640.
i#
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/MIME.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs index 9cde57e4d..74f68deaf 100644 --- a/src/Text/Pandoc/MIME.hs +++ b/src/Text/Pandoc/MIME.hs @@ -141,6 +141,7 @@ getMimeType f = M.lookup (map toLower $ drop 1 $ takeExtension f) mimeTypes ,("embl","chemical/x-embl-dl-nucleotide") ,("eml","message/rfc822") ,("ent","chemical/x-ncbi-asn1-ascii") + ,("eot","application/vnd.ms-fontobject") ,("eps","application/postscript") ,("etx","text/x-setext") ,("exe","application/x-msdos-program") @@ -460,6 +461,7 @@ getMimeType f = M.lookup (map toLower $ drop 1 $ takeExtension f) mimeTypes ,("wmv","video/x-ms-wmv") ,("wmx","video/x-ms-wmx") ,("wmz","application/x-ms-wmz") + ,("woff","application/x-font-woff") ,("wp5","application/wordperfect5.1") ,("wpd","application/wordperfect") ,("wrl","model/vrml") |