-
Notifications
You must be signed in to change notification settings - Fork 325
Unable to view image attachments in Markdown cells #5774
New issue
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
Labels
bug
Issue identified by VS Code Team member as probable bug
Comments
Yes, unfortunately it is still a bug. I am unable to add embedded image to the markdown and also unable to see the existing ones. |
@gattila Please upvote the issue microsoft/vscode#119961 |
implemented in previous release microsoft/vscode#155777 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Classic Jupyter one can insert images into markdown cells. The images are stored as base64 encoded metadata in the corresponding notebook cell.
The value in the markdown is as follows:

Note the
attachment:Screen%
aboveWe don't display these images today.
The menu option is
Edit->Insert Image
(applies to markdown cells).This way images are stored in the notebook (self contained, just like output).
The text was updated successfully, but these errors were encountered: