From 9225583ccf43879584aa98d75c978d911fc1f5fa Mon Sep 17 00:00:00 2001
From: Mauro Bieg <mb21@users.noreply.github.com>
Date: Sat, 2 Feb 2019 10:05:06 +0100
Subject: [PATCH] MIME: add WebP

fixes #5267
---
 src/Text/Pandoc/MIME.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs
index cb7debb2e..e23b95ccd 100644
--- a/src/Text/Pandoc/MIME.hs
+++ b/src/Text/Pandoc/MIME.hs
@@ -490,6 +490,7 @@ mimeTypesList = -- List borrowed from happstack-server.
            ,("wbmp","image/vnd.wap.wbmp")
            ,("wbxml","application/vnd.wap.wbxml")
            ,("webm","video/webm")
+           ,("webp","image/webp")
            ,("wk","application/x-123")
            ,("wm","video/x-ms-wm")
            ,("wma","audio/x-ms-wma")