Variable: markdown-regex-html-entity
markdown-regex-html-entity is a variable defined in markdown-mode.el.
Value
"\\(&#?[[:alnum:]]+;\\)"
Documentation
Regular expression for matching HTML entities.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-regex-html-entity
"\\(&#?[[:alnum:]]+;\\)"
"Regular expression for matching HTML entities.")