Variable: htmlize-use-images
htmlize-use-images is a customizable variable defined in htmlize.el.
Value
t
Documentation
Whether htmlize generates img for images attached to buffer contents.
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
(defcustom htmlize-use-images t
"Whether htmlize generates `img' for images attached to buffer contents."
:type 'boolean
:group 'htmlize)