Variable: htmlize-after-hook
htmlize-after-hook is a variable defined in htmlize.el.
Value
nil
Documentation
Hook run after htmlizing a buffer.
Unlike htmlize-before-hook, these functions are run in the generated
HTML buffer. You may use them to modify the outlook of the final HTML
output.
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
(defvar htmlize-after-hook nil
"Hook run after htmlizing a buffer.
Unlike `htmlize-before-hook', these functions are run in the generated
HTML buffer. You may use them to modify the outlook of the final HTML
output.")