Function: markdown-unused-refs
markdown-unused-refs is an interactive and byte-compiled function
defined in markdown-mode.el.
Signature
(markdown-unused-refs &optional SILENT)
Documentation
Show all unused Markdown references in current markdown-mode buffer.
If SILENT is non-nil, do not message anything when no such references found.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun-markdown-ref-checker
markdown-unused-refs
"Show all unused Markdown references in current `markdown-mode' buffer."
markdown-get-unused-refs
markdown-unused-references-buffer
"No unused references found"
"The following references are unused:\n\n"
markdown-insert-unused-reference-button)