Variable: htmlize-pre-style
htmlize-pre-style is a customizable variable defined in htmlize.el.
Value
nil
Documentation
When non-nil, <pre> tags will be decorated with style
information in font and inline-css modes. This allows a
consistent background for captures of regions.
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
(defcustom htmlize-pre-style nil
"When non-nil, `<pre>' tags will be decorated with style
information in `font' and `inline-css' modes. This allows a
consistent background for captures of regions."
:type 'boolean
:group 'htmlize)