Variable: hyrolo-markdown-suffix-regexp

hyrolo-markdown-suffix-regexp is a variable defined in hyrolo.el.

Value

"md\\|markdown\\|mkd\\|mdown\\|mkdn\\|mdwn"

Documentation

Regexp matching Markdown file suffixes.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defconst hyrolo-markdown-suffix-regexp "md\\|markdown\\|mkd\\|mdown\\|mkdn\\|mdwn"
  "Regexp matching Markdown file suffixes.")