Variable: markdown-include-title-properties
markdown-include-title-properties is a variable defined in
markdown-mode.el.
Value
(face markdown-link-title-face invisible markdown-markup)
Documentation
List of properties and values to apply to included code titles.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-include-title-properties
'(face markdown-link-title-face invisible markdown-markup)
"List of properties and values to apply to included code titles.")