Function: markdown-match-pandoc-metadata

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

Signature

(markdown-match-pandoc-metadata LAST)

Documentation

Match Pandoc metadata from the point to LAST.

Source Code

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