Find image links in markdown content whose href points at a local file.
Uses the markdown AST, so images that merely look like syntax (inside fenced code blocks, for
example) are not reported. A href counts as local when it carries no URI scheme, is not a data
URI, and is not a same-file anchor.
Find image links in markdown content whose href points at a local file.
Uses the markdown AST, so images that merely look like syntax (inside fenced code blocks, for example) are not reported. A href counts as local when it carries no URI scheme, is not a data URI, and is not a same-file anchor.