Function: markdown-match-yaml-metadata-end

markdown-match-yaml-metadata-end is a byte-compiled function defined in markdown-mode.el.

Signature

(markdown-match-yaml-metadata-end LAST)

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-match-yaml-metadata-end (last)
  (markdown-match-propertized-text 'markdown-yaml-metadata-end last))