Variable: markdown-footnote-chars

markdown-footnote-chars is a variable defined in markdown-mode.el.

Value

"[[:alnum:]-]"

Documentation

Regular expression matching any character for a footnote identifier.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defconst markdown-footnote-chars
  "[[:alnum:]-]"
  "Regular expression matching any character for a footnote identifier.")