summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ccwl/skribilo.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/ccwl/skribilo.scm b/ccwl/skribilo.scm
index 7894ad4..0c08a31 100644
--- a/ccwl/skribilo.scm
+++ b/ccwl/skribilo.scm
@@ -129,6 +129,8 @@ and END are line numbers indexed from 1."
 (let ((html-engine (find-engine 'html)))
   (engine-custom-set! html-engine 'css "/style.css")
   (engine-custom-set! html-engine 'charset "UTF-8")
+  (engine-custom-set! html-engine 'image-format
+                      (list "svg" "png" "gif" "jpg" "jpeg"))
   (markup-writer 'abbr html-engine
                  #:options '(#:short #:long)
                  #:action (lambda (markup engine)