diff --git a/docker-images/pandoc/scyllaridae.yml b/docker-images/pandoc/scyllaridae.yml index c19ba2d..a5622c7 100644 --- a/docker-images/pandoc/scyllaridae.yml +++ b/docker-images/pandoc/scyllaridae.yml @@ -1,13 +1,11 @@ destinationHttpMethod: PUT -allowedMimeTypes: [ - "application/vnd.openxmlformats-officedocument.wordprocessingml.document", -] +allowedMimeTypes: + - "application/vnd.openxmlformats-officedocument.wordprocessingml.document" cmdByMimeType: - "application/vnd.openxmlformats-officedocument.wordprocessingml.document": + application/vnd.openxmlformats-officedocument.wordprocessingml.document: cmd: /usr/local/bin/pandoc - args: [ - "-f" - "docx" - "-t" - "pdf" - ] + args: + - "-f" + - "docx" + - "-t" + - "pdf"