Function: denote-format-string-for-md-front-matter
denote-format-string-for-md-front-matter is a byte-compiled function
defined in denote.el.
Signature
(denote-format-string-for-md-front-matter S)
Documentation
Surround string S with quotes.
This can be used in denote-file-types to format front mattter.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote-format-string-for-md-front-matter (s)
"Surround string S with quotes.
This can be used in `denote-file-types' to format front mattter."
(format "%S" s))