aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MIME.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-03-14 15:18:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-03-14 15:18:43 -0700
commitf6141aa241eb2e636cda369c12d26c8f4b4a3308 (patch)
treef5c5559d10a28c28d915e0c89ea46e8bbcbc44b3 /src/Text/Pandoc/MIME.hs
parent814af2002e4837c160526123ef753bb34547d811 (diff)
downloadpandoc-f6141aa241eb2e636cda369c12d26c8f4b4a3308.tar.gz
EPUB writer: Incorporate files linked in <video> tags.
src and poster will both be incorporated into content.opf and the epub container. This partially address #1170. Still need to do something similar for <audio>.
Diffstat (limited to 'src/Text/Pandoc/MIME.hs')
-rw-r--r--src/Text/Pandoc/MIME.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs
index 44989ee94..977cb576b 100644
--- a/src/Text/Pandoc/MIME.hs
+++ b/src/Text/Pandoc/MIME.hs
@@ -246,6 +246,7 @@ mimeTypesList = -- List borrowed from happstack-server.
,("lzx","application/x-lzx")
,("m3u","audio/mpegurl")
,("m4a","audio/mpeg")
+ ,("m4v","video/x-m4v")
,("maker","application/x-maker")
,("man","application/x-troff-man")
,("mcif","chemical/x-mmcif")