alanwalk / markdown-toc

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

Link in heading leads to garbled TOC #87

Open kghose opened 4 years ago

kghose commented 4 years ago

A heading like

# [Heading](mydoc.md)

Leads to a TOC entry

[[Heading](mydoc.md)](#headingmydocmd)

The code should correctly detect that a heading has a link and discard that when generating the anchor.

mcornella commented 3 years ago

This is fixed in the latest version, only needs publishing.