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

Code blocks shouldn't be checked

Open gdlx opened this issue 1 year ago • 0 comments

I'm getting errors from some example URLs in code blocks, while inline code strings aren't checked.

Is it expected that URLs inside code block are checked, given they aren't actual links (not clickable) ?

# This URL will be checked as a link (returning an error):
https://my-example.my-domain.com

While this one won't be checked: https://my-example.my-domain.com.

Thanks !

gdlx avatar Sep 26 '23 13:09 gdlx