Variable: hywiki-word-section-regexp
hywiki-word-section-regexp is a variable defined in hywiki.el.
Value
"\\(#[^][# \n
\f]+\\)"
Documentation
Regexp that matches a non-delimited HyWikiWord #section extension.
After the first # character, this may contain any non-square-bracket, non-# and non-whitespace characters.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defconst hywiki-word-section-regexp
"\\(#[^][# \t\n\r\f]+\\)"
"Regexp that matches a non-delimited HyWikiWord #section extension.
After the first # character, this may contain any non-square-bracket,
non-# and non-whitespace characters.")