Regex for getting the markdown link for AssociatedImages was also pulling in the optional title. Since the optional title includes a " character it was causing Path.IsPathRooted to fail.
Updated the link word boundary to exclude the optional title if present.
Regex for getting the markdown link for AssociatedImages was also pulling in the optional title. Since the optional title includes a " character it was causing Path.IsPathRooted to fail.
Updated the link word boundary to exclude the optional title if present.