markmv - v1.39.2
    Preparing search index...

    Function findLocalImages

    • 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.

      Parameters

      • content: string

        Markdown content to scan

      Returns ImageLinkOccurrence[]

      Occurrences of local image links in source order