gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
399 stars 77 forks source link

Surrounded by Quotes causing links to fail #150

Closed TheMellyBee closed 1 month ago

TheMellyBee commented 1 year ago

\"https://blockchain.info/ticker\"\n" fails. I'd like to be able to remove quotes, escapes, and new lines.

It gives the error https://blockchain.info/ticker/"/n" so it does correctly remove the first but not the rest

gaurav-nelson commented 1 year ago

@TheMellyBee Thank you for creating this issue. I think this issue is for the underlying markdown-link-check library this action uses, I recommend that you create an issue at https://github.com/tcort/markdown-link-check/issues/new

However, maybe you can check https://github.com/tcort/markdown-link-check#config-file-format and see if using replacementPatterns will solve this issue?

gaurav-nelson commented 1 month ago

I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.