Transclusion of images external to vault fails in callouts

Steps to reproduce

  1. Transclude a picture from outside the vault using the absolute path reference, placed within angled brackets, like so:
![pic](<C:/mypic.jpg>)
  1. This should successfully transclude the image. Once that is done, put the transclusion within a callout, like so:
>[!info]
>![pic](<C:/mypic.jpg>)

The translusion should be unsuccessful.

Did you follow the troubleshooting guide? [Y/N]

Other formats appear to work just fine, for example

>[!info]
>![pic](file:///C:%5Cmypic.jpg)

Expected result

An image should be transcluded within a callout

Actual result

Instead, a “missing image” placeholder is rendered

Environment

SYSTEM INFO:
Obsidian version: v1.9.14
Installer version: v1.8.4
Operating system: Windows 11 Pro 10.0.26100
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 24
Plugins enabled: 0

RECOMMENDATIONS:
none

This is not a bug because we do not support this format for external images.