Variable: markdown-fontify-whole-heading-line

markdown-fontify-whole-heading-line is a customizable variable defined in markdown-mode.el.

Value

nil

Documentation

Non-nil means fontify the whole line for headings.

This is useful when setting a background color for the markdown-header-face-* faces.

This variable was added, or its default value changed, in markdown-mode version 2.5.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-fontify-whole-heading-line nil
  "Non-nil means fontify the whole line for headings.
This is useful when setting a background color for the
markdown-header-face-* faces."
  :group 'markdown
  :type 'boolean
  :safe 'booleanp
  :package-version '(markdown-mode . "2.5"))