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