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

Embedded HTML img tag not rendering preview #19

Closed dansayo closed 6 years ago

dansayo commented 6 years ago

my code:

table 5 with image.  

| Left-aligned | Center-aligned | Right-aligned |
| :---         |     :---:      |          ---: |
| git status   | git status     | git status    |
| <img src="/images/ss1.png" width="100"> | a sample screenshot      | embedded in a row in the table     |  

on Visual Studio preview: 2018-03-23 11_53_20-chap2 md - gitdocs - visual studio code

on Github: 2018-03-23 11_55_19-x_mdplay_chap2 md at feature1 internationalriceresearchinstitute_x_mdplay

mjbvz commented 6 years ago

This likely has nothing to do with this extension. What is the folder layout of your workspace? (where is the md file and where is the image)

dansayo commented 6 years ago

Images are in the /images path. The MD file in question is in the /support path.

mjbvz commented 6 years ago

Yeah this is unrelated to this extension. I've opened https://github.com/Microsoft/vscode/issues/46448 to track this