Variable: hpath:html-anchor-id-pattern
hpath:html-anchor-id-pattern is a variable defined in hpath.el.
Value
"\\(id\\|name\\)=['\"]%s['\"]"
Documentation
Regexp matching an html 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
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************
(defconst hpath:html-anchor-id-pattern "\\(id\\|name\\)=['\"]%s['\"]"
"Regexp matching an html anchor id definition.
Contains a %s for replacement of a specific anchor id.")