Variable: markdown-xhtml-body-preamble
markdown-xhtml-body-preamble is a customizable variable defined in
markdown-mode.el.
Value
""
Documentation
Content to include in the XHTML <body> block, before the output.
This variable was added, or its default value changed, in markdown-mode version 2.4.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-xhtml-body-preamble ""
"Content to include in the XHTML <body> block, before the output."
:group 'markdown
:type 'string
:safe 'stringp
:package-version '(markdown-mode . "2.4"))