Variable: denote-md-link-in-context-regexp
denote-md-link-in-context-regexp is a variable defined in denote.el.
Value
"\\[\\(?2:.*?\\)](denote:\\(?1:[^][]*?\\))"
Documentation
Regexp to match a Markdown link in its context.
The format of such links is denote-md-link-format.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-md-link-in-context-regexp
(concat "\\[" "\\(?2:" ".*?" "\\)" "]"
"(denote:" "\\(?1:[^][]*?\\)" ")")
"Regexp to match a Markdown link in its context.
The format of such links is `denote-md-link-format'.")