tcort / markdown-link-extractor

extracts links from markdown texts
ISC License
23 stars 19 forks source link

Why remove anchor link extraction? #24

Open adoyle-h opened 1 year ago

adoyle-h commented 1 year ago

It causes a bug in markdown-link-check.

aepfli commented 1 year ago

I experienced this issue and stumbled upon this ticket. I am also unsure why it got removed, but I see failing tests with HTMLtest due to this "bug." Therefore I created a proposal pr - maybe it suits both sides.

aepfli commented 1 year ago

https://github.com/tcort/markdown-link-check/issues/212 is also related

aepfli commented 1 year ago

@tcort should I keep my pr open, or should I close it?

tcort commented 5 months ago

PR Merged

tcort commented 5 months ago

Reverted. The changes don't work with the latest marked (v12.0.1).

dklimpel commented 5 months ago

Reverted. The changes don't work with the latest marked (v12.0.1).

Do you have some more details? Unit tests does not failing.