Variable: markdown-line-break-properties

markdown-line-break-properties is a variable defined in markdown-mode.el.

Value

(face markdown-line-break-face invisible markdown-markup)

Documentation

List of properties and values to apply to line break markup.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-line-break-properties
  '(face markdown-line-break-face invisible markdown-markup)
  "List of properties and values to apply to line break markup.")