markdown-link-check icon indicating copy to clipboard operation
markdown-link-check copied to clipboard

Regress in 3.12.x breaks links to headers that themselves contain links

Open soul-codes opened this issue 1 year ago • 1 comments

Test case

This is a [link to a linked header](#this-header-is-linked)

# This header is [linked](#somewhere)

## Somewhere

This reports a deadlink for #this-header-is-linked for 3.12.x but a live link for 3.11.2.

Thanks for this wonderful tool! 🙏 Happy to dig and PR if desired.

soul-codes avatar Jul 08 '24 17:07 soul-codes