Variable: hfy-meta-tags
hfy-meta-tags is a variable defined in htmlfontify.el.gz.
Value
"<meta name=\"generator\" content=\"emacs 28.2; htmlfontify 0.21\" />"
Documentation
The generator meta tag for this version of htmlfontify.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defconst hfy-meta-tags
(format "<meta name=\"generator\" content=\"emacs %s; htmlfontify %0.2f\" />"
emacs-version htmlfontify-version)
"The generator meta tag for this version of htmlfontify.")