Skip to content
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

img tag preview issue #894

Open
ozsay opened this issue Oct 29, 2020 · 0 comments
Open

img tag preview issue #894

ozsay opened this issue Oct 29, 2020 · 0 comments

Comments

@ozsay
Copy link

ozsay commented Oct 29, 2020

Hey, I'm trying to add an img tag to a markdown document. I can't use the ![]() format because I need specific image size.

This is currently the problematic section:

For Example....

<img width="720" height="450" src="npm.gif">

# Another section..

The document is showed fine on github, but it appears that the image isn't showed when previewing the document inside webstorm.

After opening the devtools of Java Chromium is see the following message in console:
README.md:155 GET file:///path-to-image/gcb._gif_ net::ERR_FILE_NOT_FOUND

The path is OK except for the ._gif_ part. For some reason it adds 2 underscores to the extension. manually removing them from devtools makes it show the image correctly, as expected..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant