github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
Surrounded by Quotes causing links to fail
"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
@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?
I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.