We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zed does not appear to render png files that are listed in the markdown.
e.g. if png/myimage.png exists then <img src="png/myimage.png" /> should render the image in the preview.
png/myimage.png
<img src="png/myimage.png" />
I tested this in Zed and don't see the image. The same markdown renders the image in VSCode.
Zed: v0.165.4 (Zed) OS: Linux X11 pop 22.04 Memory: 23.3 GiB Architecture: x86_64 GPU: Intel(R) Graphics (RPL-U) || Intel open-source Mesa driver || Mesa 24.0.3-1pop1171163555922.04~7a9f319
No response
The text was updated successfully, but these errors were encountered:
it should render if you use the Github-flavored markdown syntax for images instead of HTML, i.e. ![alt text](png/myimage.png)
![alt text](png/myimage.png)
Sorry, something went wrong.
No branches or pull requests
Check for existing issues
Describe the bug / provide steps to reproduce it
Zed does not appear to render png files that are listed in the markdown.
e.g. if
png/myimage.png
exists then<img src="png/myimage.png" />
should render the image in the preview.I tested this in Zed and don't see the image.
The same markdown renders the image in VSCode.
Environment
Zed: v0.165.4 (Zed)
OS: Linux X11 pop 22.04
Memory: 23.3 GiB
Architecture: x86_64
GPU: Intel(R) Graphics (RPL-U) || Intel open-source Mesa driver || Mesa 24.0.3-1pop1
171163555922.04~7a9f319If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: