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