"Images not rendering in GitHub README.md" #147946
-
BodyHello, I am experiencing an issue where images in my GitHub repository's README.md are not rendering. Here are the details:
Repository Link: https://github.com/son9806/used_car_eda I have already checked for:
Despite these checks, the issue persists. Could anyone help me understand why this is happening and how to fix it? Thank you! Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Thanks for posting in the GitHub Community, @son9806! We're happy you're here! To get the best responses, it's important to post in the most relevant category. The Programming Help category is for questions about software development, programming concepts, project feedback, and discussions on open source tools or packaging. It looks like your question belongs in the Repositories category, so I’ve moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
The area appears in code block:
https://github.com/son9806/used_car_eda/blob/f06d390a46c9ae97a8e7d484bb3076bd159a3593/README.md?plain=1#L46-L92
(unterminated "
```")Note: You may use relative link syntax alike:
https://github.com/libjxl/libjxl/pull/3905#issuecomment-2513198386
(working for links; haven't tried for images)
For image optimization:
https://github.com/MasterInQuestion/attach#readme
https://github.com/lvandeve/lodepng/issues/187#issuecomment-2561596363 (WebP Lossless preference)