Variable: denote-md-link-format
denote-md-link-format is a variable defined in denote.el.
Value
"[%2$s](denote:%1$s)"
Documentation
Format of Markdown link to note.
The %N$s notation used in the default value is for format as
the supplied arguments are IDENTIFIER and TITLE, in this order.
Also see denote-md-link-in-context-regexp.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-md-link-format "[%2$s](denote:%1$s)"
"Format of Markdown link to note.
The %N$s notation used in the default value is for `format' as
the supplied arguments are IDENTIFIER and TITLE, in this order.
Also see `denote-md-link-in-context-regexp'.")