Variable: markdown-xhtml-header-content
markdown-xhtml-header-content is a customizable variable defined in
markdown-mode.el.
Value
""
Documentation
Additional content to include in the XHTML <head> block.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-xhtml-header-content ""
"Additional content to include in the XHTML <head> block."
:group 'markdown
:type 'string)