You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue I noticed with markdown on Github.com. I do not know if it is also an upstream issue. I also opened a discussion in the GitHub community.
Description
Markdown links in repositories, issues, discussions, and other locations don't link to the correct location when the the link is around an image hosted on GitHub, for example when pasted into the input box to get a https://github.com/.../.../assets/... url.
Note, most other images do work including GitHub asset urls such as https://github.com/DenverCoder1.png.
Example 1 - ✔️ Working
This example correctly links to https://github.com/DenverCoder1 when clicked and displays the image properly.
This example should also link to https://github.com/DenverCoder1 but instead it goes to https://github.com/community/community/assets/20955511/22851a85-cfb8-4816-b6e5-f2044f2b06ab.
The text was updated successfully, but these errors were encountered:
DenverCoder1
changed the title
Bug: Markdown links in don't work when the the link contents are an image asset hosted on GitHub
Bug: Markdown links don't work when the the link contents are an image asset hosted on GitHub
Jul 18, 2023
This is an issue I noticed with markdown on Github.com. I do not know if it is also an upstream issue. I also opened a discussion in the GitHub community.
Description
Markdown links in repositories, issues, discussions, and other locations don't link to the correct location when the the link is around an image hosted on GitHub, for example when pasted into the input box to get a
https://github.com/.../.../assets/...
url.Note, most other images do work including GitHub asset urls such as
https://github.com/DenverCoder1.png
.Example 1 - ✔️ Working
This example correctly links to
https://github.com/DenverCoder1
when clicked and displays the image properly.Markdown
Preview
Output
Example 2 - ❌ Not working
This example should also link to
https://github.com/DenverCoder1
but instead it goes tohttps://github.com/community/community/assets/20955511/22851a85-cfb8-4816-b6e5-f2044f2b06ab
.Markdown
Preview
Expected output
Actual ouput
The text was updated successfully, but these errors were encountered: