Variable: hpath:markdown-anchor-id-pattern

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

Value

"^[ ]*%s: "

Documentation

Regexp matching a Markdown anchor id definition.

Contains a %s for replacement of a specific anchor id.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:markdown-anchor-id-pattern "^[ ]*%s: "
  "Regexp matching a Markdown anchor id definition.
Contains a %s for replacement of a specific anchor id.")