Function: denote-trim-whitespace
denote-trim-whitespace is a byte-compiled function defined in
denote.el.
Signature
(denote-trim-whitespace S)
Documentation
Trim whitespace around string S.
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-trim-whitespace (s)
"Trim whitespace around string S.
This can be used in `denote-file-types' to format front mattter."
(string-trim s))