Function: markdown-match-declarative-metadata

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

Signature

(markdown-match-declarative-metadata LAST)

Documentation

Match declarative metadata from the point to LAST.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defun markdown-match-declarative-metadata (last)
  "Match declarative metadata from the point to LAST."
  (markdown-match-generic-metadata markdown-regex-declarative-metadata last))