Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The default Cursor Markdown renderer fails to render Markdown images ( both remote URLs and local relative paths ).
Steps to Reproduce
- Open any markdown file in Cursor that contains image markdown, for example:
- Remote:
 - Local:
( download the above image into the same local folder )
- Remote:
- View it in Cursor’s default Markdown renderer.
- Observe that images do not render.
Expected Behavior
- Cursor’s default Markdown renderer should render valid Markdown images for both remote URLs and local relative paths.
- Behavior should probably just match VS Code markdown preview.
Screenshots / Screen Recordings
Remote images:
Editor:
Renderer:
Local images:
Editor:
Renderer:
vscode.markdown.preview.editor ( local and remote ):
Operating System
MacOS
Version Information
Version: 3.3.28
VSCode Version: 1.105.1
Commit: e64b4f5f409b4d92c952bf936c243894a315db10
Date: 2026-05-08T06:09:12.665Z
Layout: editor
Build Type: Stable
Release Track: Nightly
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.4.0
Additional Information
If you configure Cursor’s workbench editor association to use the VS Code markdown preview editor instead:
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
The images render without issue, however, if a markdown file is then opened with the VS Code preview editor first, using the in-editor Preview / Markdown toggles ( in the top right ) switches to Cursor’s Markdown editor ( and subsequently its previewer ) and image rendering breaks again.
Does this stop you from using Cursor
No - Cursor works, but with this issue




