Our custom plugin widget renders format: "markdown" properties, including text and code, but not images.
Images uploaded via Port's markdown editor are stored on asset.us.port.io behind CloudFront signed URLs. The only way to get a signature is GET /v1/asset/download-signature, but its CORS allowlist doesn't include our plugin iframe origin (https://us.portwidgets.io), so the browser blocks the request.