markdown-mode icon indicating copy to clipboard operation
markdown-mode copied to clipboard

single-char markers in markdown-imenu

Open VladimirAlexiev opened this issue 3 years ago • 1 comments

markdown-imenu-create-nested-index
         (empty-heading "-")
         (self-heading ".")

These single-chars are hard to hit with the mouse, so I'd change it to eg

markdown-imenu-create-nested-index
         (empty-heading "---")
         (self-heading "...")

VladimirAlexiev avatar Jan 21 '22 15:01 VladimirAlexiev

I'm not sure that how about introduce customize variables like this https://github.com/jrblevin/markdown-mode/commit/4854179b789d67ef6134db5ae2cb9126ae0be993 ?

syohex avatar Jan 22 '22 13:01 syohex