diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-26 11:03:03 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-26 11:03:03 -0800 |
commit | b5ae5373213634a92cb9cca6ae17e8df995e246c (patch) | |
tree | 876d93fe0feeaa5fbec493d96d7aaf6fa657fa99 /src/Text/Pandoc | |
parent | 9e1d86638ce7ee9e22e0623f77ffe8609f552b15 (diff) | |
download | pandoc-b5ae5373213634a92cb9cca6ae17e8df995e246c.tar.gz |
Add opus to MIME type table as audio/ogg.
See #4198.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/MIME.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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") |