alanwalk / markdown-toc

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
MIT License
141 stars 111 forks source link

Same headers with different cases don't generate unique links #93

Open gmccullo opened 3 years ago

gmccullo commented 3 years ago

Here's a demo of the issue. Note that the 1st and 2nd items have the same (#value):

\

- [Item](#item) - [item](#item) - [item](#item-1)

\

# Item

# item

# item

mcornella commented 3 years ago

Fixed in https://github.com/AlanWalk/markdown-toc/pull/92.