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

[BUG] Filename renders correctly in preview, but not in GitHub. #2038

Open
developersCradle opened this issue Aug 22, 2024 · 0 comments
Open
Assignees
Labels

Comments

@developersCradle
Copy link

developersCradle commented Aug 22, 2024

Describe the bug
Possibility bug when filename is lowercase. In preview mode renders this one fine, even thought in GitHub it is not being rendered. Image name is lowercase. For Example test.PNG and tag to render reactive programming

Environment

  • OS: Windows 10
  • VSCode: 1.92.2
  • Markdown Preview Enhanced: v0.8.13

To Reproduce
Steps to reproduce the behavior:

  1. Put following tag into .md file This will shown in GitHub, while pic should be rendered with test.PNG image in same folder.
  2. Commit and push it to repository.
  3. Go see repository page.
  4. Pic in GitHub is not rendered while in VsCode preview mode it is.

Expected behavior
It should not render this in preview mode, if its not formatted in GitHub correctly. Or GitHub Should render this even thought file name is not case sensitive.

Markdown file
Any GitHub Flavored Markdown file with following tag
<img src="Test.PNG" alt="This will shown in github, while pic should be rendered"width="700"/>

Screenshots

bug

  1. In GihHub
  2. Inside VScode preview mode
@developersCradle developersCradle changed the title [BUG] Filename renders correctly in preview, but not in GitBub. [BUG] Filename renders correctly in preview, but not in GitHub. Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants