Function: markdown-collect-always
markdown-collect-always is a macro defined in markdown-mode.el.
Signature
(markdown-collect-always _ TARGET RESULT)
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defmacro markdown-collect-always (_ target result)
`(cl-pushnew ,target ,result :test #'equal))