Variable: hpath:markdown-suffix-regexp

hpath:markdown-suffix-regexp is a variable defined in hpath.el.

Value

"\\.[mM][dD]"

Documentation

Regexp that matches to a Markdown file suffix.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:markdown-suffix-regexp "\\.[mM][dD]"
  "Regexp that matches to a Markdown file suffix.")