From: MORIOKA Tomohiko Date: Sun, 12 Jun 2016 13:31:04 +0000 (+0900) Subject: (est-format-unit): Support `img' tag. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fest.git;a=commitdiff_plain;h=9046a03c1b99c46d9496b5b2ab373c0b75c62cdb;ds=sidebyside (est-format-unit): Support `img' tag. --- diff --git a/est-format.el b/est-format.el index 176cbcb..8c8747d 100644 --- a/est-format.el +++ b/est-format.el @@ -237,7 +237,7 @@ ((memq name '(div a ul ol p span - input)) + input img)) ) (t (when (eq output-format 'html)