markdown-link-check
markdown-link-check copied to clipboard
Code blocks shouldn't be checked
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 !