markdown-link-check
                                
                                 markdown-link-check copied to clipboard
                                
                                    markdown-link-check copied to clipboard
                            
                            
                            
                        Regress in 3.12.x breaks links to headers that themselves contain links
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.