mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

Images are not displayed in Preview Mode #22

Closed v-yvric closed 6 years ago

v-yvric commented 6 years ago

In a previous release, the Preview Mode would display the image instead of the link. Was a preference erased with one of the recent upgrades?

image

mjbvz commented 6 years ago

This is unrelated to this extension. VS Code will only load images from inside your current workspace. If you opened a loose md file, you cannot use ../ to access images

v-yvric commented 6 years ago

I created a workspace, and added the folders for the docs that I was working on and the media, and the image still will not load. I didn’t have a workspace previously; is it possible that it is not created correctly? From: Matt Bierner notifications@github.com Sent: Friday, May 4, 2018 4:07 PM To: mjbvz/vscode-github-markdown-preview-style vscode-github-markdown-preview-style@noreply.github.com Cc: Yvonne Richardson (Collabera) v-yvric@microsoft.com; Author author@noreply.github.com Subject: Re: [mjbvz/vscode-github-markdown-preview-style] Images are not displayed in Preview Mode (#22)

This is unrelated to this extension. VS Code will only load images from inside your current workspace. If you opened a loose md file, you cannot use ../ to access images

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmjbvz%2Fvscode-github-markdown-preview-style%2Fissues%2F22%23issuecomment-386756663&data=02%7C01%7Cv-yvric%40microsoft.com%7C67c2c0501bb04d0f079208d5b213c6e6%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636610720373814207&sdata=MxWFdJ%2B%2BAtjGuPLYTWDiXNYXZHgn%2F3Q1oqgdODOChqs%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAfNBslx--emGtkagQwfB1Wppogh4eH_fks5tvN8igaJpZM4Txdpd&data=02%7C01%7Cv-yvric%40microsoft.com%7C67c2c0501bb04d0f079208d5b213c6e6%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636610720373824211&sdata=VJBqC55JyArFnHqPCzxVTTlypfFqbZIlJRsN0vzETE4%3D&reserved=0.

v-yvric commented 6 years ago

I have installed a few more editions of VS, and the images are still not displaying. I found markdown tags 2 and experimented with one or two properties, but none of them seem to turn the images back on. Ctrl-clicking on the image to display it in a new window works, but is not the answer I am seeking.

v-yvric commented 6 years ago

A step-by-step as to how to run the images on so that they display inline in Preview Mode would be most useful.