fix: Add WEBP to the list of image file extensions (#1711)
feat: Add WEBP to the list of image file extensions Signed-off-by: Eugene <fogaprod@gmail.com>
This commit is contained in:
parent
40df0d74ad
commit
a2b83fe4ae
@ -67,7 +67,7 @@ FormatToExtensions: Dict[InputFormat, List[str]] = {
|
||||
InputFormat.MD: ["md"],
|
||||
InputFormat.HTML: ["html", "htm", "xhtml"],
|
||||
InputFormat.XML_JATS: ["xml", "nxml"],
|
||||
InputFormat.IMAGE: ["jpg", "jpeg", "png", "tif", "tiff", "bmp"],
|
||||
InputFormat.IMAGE: ["jpg", "jpeg", "png", "tif", "tiff", "bmp", "webp"],
|
||||
InputFormat.ASCIIDOC: ["adoc", "asciidoc", "asc"],
|
||||
InputFormat.CSV: ["csv"],
|
||||
InputFormat.XLSX: ["xlsx"],
|
||||
|
Loading…
Reference in New Issue
Block a user