I'm finding it difficult to upload an image to my GitHub readme page and repository. I have tried the formats I saw on YouTube, but none of them worked.
I tried using []Alt and () image link. Also I tried uploading the image by dragging the screenshot in to the GitHub readme page or repository.
Lastly, I tried uploading the image on the issue page and copy the image address to the intended location but it didn't work. It kept on showing cracked image
I'm trying to find a way to upload the images without showing cracked image.
In general GitHubs
README.mduses markdown. To include images you can use these syntaxes:The link in the
()can be relative, like in the./docs/my-img.pngor absolut via a URL likehttps://i.imgur.com/Ozgwrq2.jpegSee here for a complete markdown cheatsheet