Variable: markdown-use-pandoc-style-yaml-metadata
markdown-use-pandoc-style-yaml-metadata is a customizable variable
defined in markdown-mode.el.
Value
nil
Documentation
When non-nil, allow YAML metadata anywhere in the document.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-use-pandoc-style-yaml-metadata nil
"When non-nil, allow YAML metadata anywhere in the document."
:group 'markdown
:type 'boolean)