Function: markdown-match-yaml-metadata-key
markdown-match-yaml-metadata-key is a byte-compiled function defined
in markdown-mode.el.
Signature
(markdown-match-yaml-metadata-key LAST)
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-match-yaml-metadata-key (last)
(markdown-match-propertized-text 'markdown-metadata-key last))