(chise-wiki-daijiten-bitmap-glyphs-url): New variable.
[chise/est.git] / est-format.el
index 176cbcb..75493a9 100644 (file)
@@ -62,7 +62,8 @@
            props (nth 1 format-unit)
            children (nthcdr 2 format-unit))
       (cond
-       ((eq name 'list)
+       ((or (eq name 'list)
+           (eq name 'image-list))
        (cond
         ((or (eq output-format 'plain-text)
              (eq output-format 'wiki-text))
        ((memq name '(div
                     a ul ol p
                     span
-                    input))
+                    input img))
        )
        (t
        (when (eq output-format 'html)