Function: htmlize-default-doctype

htmlize-default-doctype is a byte-compiled function defined in htmlize.el.

Signature

(htmlize-default-doctype)

Documentation

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">

Source Code

;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
;;; Default methods.

(defun htmlize-default-doctype ()
  nil                                   ; no doc-string
  ;; Note that the `font' output is technically invalid under this DTD
  ;; because the DTD doesn't allow embedding <font> in <pre>.
  "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">")