Variable: hpath:markdown-section-pattern

hpath:markdown-section-pattern is a variable defined in hpath.el.

Value

"^[     ]*\\(#+\\|\\*+\\)[      ]+%s\\([[<({         [:punct:]]*\\)$"

Documentation

Regexp matching a Markdown section header.

Contains a %s for replacement of a specific section name.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:markdown-section-pattern "^[ \t]*\\(#+\\|\\*+\\)[ \t]+%s\\([\[<\({ \t[:punct:]]*\\)$"
  "Regexp matching a Markdown section header.
Contains a %s for replacement of a specific section name.")