Variable: htmlize-head-tags
htmlize-head-tags is a customizable variable defined in htmlize.el.
Value
""
Documentation
Additional tags to insert within HEAD of the generated document.
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
(defcustom htmlize-head-tags ""
"Additional tags to insert within HEAD of the generated document."
:type 'string
:group 'htmlize)