Variable: markdown-reference-links-buffer

markdown-reference-links-buffer is a variable defined in markdown-mode.el.

Value

"*Reference links for %buffer%*"

Documentation

Pattern for name of buffer for listing references.

The string %buffer% will be replaced by the corresponding buffer name.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-reference-links-buffer
  "*Reference links for %buffer%*"
  "Pattern for name of buffer for listing references.
The string %buffer% will be replaced by the corresponding buffer name.")