Variable: hpath:markdown-section-pattern
hpath:markdown-section-pattern is a variable defined in hpath.el.
Value
"^[ ]*\\(#+\\|\\*+\\)[ ]*%s\\([[<({ [:punct:]]*\\)$"
Documentation
Bol-anchored regexp matching an exact Markdown section.
Allows for both '#' and '*' section headers. Contains a %s for replacement of a specific section name.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hpath.el
(defconst hpath:markdown-section-pattern "^[ \t]*\\(#+\\|\\*+\\)[ \t]*%s\\([\[<\({ \t[:punct:]]*\\)$"
"Bol-anchored regexp matching an exact Markdown section.
Allows for both '#' and '*' section headers. Contains a %s for replacement
of a specific section name.")