Variable: htmlize-before-hook

htmlize-before-hook is a variable defined in htmlize.el.

Value

nil

Documentation

Hook run before htmlizing a buffer.

The hook functions are run in the source buffer (not the resulting HTML buffer).

Source Code

;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
(defvar htmlize-before-hook nil
  "Hook run before htmlizing a buffer.
The hook functions are run in the source buffer (not the resulting HTML
buffer).")