Closed Priyanka-43 closed 1 month ago
you mean in your markdown file?
I have made some picture in power point with the help of snipping tool cut and copied that picture. But i am unable to post in my documentation. Can anyone help?
Here are the docs for inserting images into markdown
So for example if you have a screenshot, instead of uploading the file directly to github or using it in the document you would upload to a host, acquire that media link and then use markdown to associate the image.
So the block:
![octofriend](https://cameronmcefee.com/img/work/the-octocat/original.jpg "octofriend")
Will produce:
Yes, in my markdown file.
Let me know if its still giving you trouble, maybe I can be more specific.
It's not working. This is the link of image.
Always it is working here only.
Can you link me to the file where its not working?
Yeah sure. I am new to this Github. Can you please tell me how to do that?
I think I might see the issue.
So first thing is that any files you can navigate to in your repositories (if they are public), you can just copy and paste the url directly from that page to link people to that file. But in this case, I think I found it already.
Is this the file that is giving you issues?
First thing I would do is remove the whitespaces from the filename (replace with underscores or camelcasing) to avoid filename issues.
Also, make sure the filename ends with .md otherwise it will not be recognized as a markdown file and will be displayed as cleartext rather than rendered markdown.
If that doesn't help let me know!
Yes, this is the file. Sure i will make changes and let you know.
Always it is working here only.
Also it might be worth noting that github checks for properly formed markdown inside of these comments and automatically parses/renders it, so you don't need to worry about things like file extensions if you aren't placing it into a dedicated markdown file. That's probably why the link is working inside of issues conversations for you.
Hey, it worked. Thankyou so much for your help.
Awesome, anytime!
I am closing this issue. Thankyou so much again.
I have made some picture in power point with the help of snipping tool cut and copied that picture. But i am unable to post in my documentation. Can anyone help?