Variable: markdown-add-footnotes-to-imenu
markdown-add-footnotes-to-imenu is a customizable variable defined in
markdown-mode.el.
Value
t
Documentation
Add footnotes to end of imenu heading index.
This variable was added, or its default value changed, in markdown-mode version 2.4.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-add-footnotes-to-imenu t
"Add footnotes to end of imenu heading index."
:group 'markdown
:type 'boolean
:safe 'booleanp
:package-version '(markdown-mode . "2.4"))