From b5ae5373213634a92cb9cca6ae17e8df995e246c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 26 Dec 2017 11:03:03 -0800 Subject: Add opus to MIME type table as audio/ogg. See #4198. --- src/Text/Pandoc/MIME.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/MIME.hs') diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs index fb85910bb..eba8d512f 100644 --- a/src/Text/Pandoc/MIME.hs +++ b/src/Text/Pandoc/MIME.hs @@ -325,6 +325,7 @@ mimeTypesList = -- List borrowed from happstack-server. ,("ogv","video/ogg") ,("ogx","application/ogg") ,("old","application/x-trash") + ,("opus","audio/ogg") ,("otg","application/vnd.oasis.opendocument.graphics-template") ,("oth","application/vnd.oasis.opendocument.text-web") ,("otp","application/vnd.oasis.opendocument.presentation-template") -- cgit v1.2.3