markdownでも使えた
This Emacs minor-mode creates an automatically updated buffer called Ilist that is populated with the current buffer's imenu entries. The Ilist buffer is typically shown as a sidebar (Emacs vertically splits the window).
例
(use-package imenu-list :ensure t :bind ("C-'" . imenu-list-smart-toggle))