Markdown images problem #22602
-
I have a problem referencing a image in my wiki using mardown…https://github.com/ejgutierrez74/MyBilliards/wiki Here is my repo: https://github.com/ejgutierrez74/MyBilliards
So i have an image in my root folder, if i get the url link in the first call, it works… But id prefer to work with local paths like in the second call… Second call dont work and i have tried lots ( none of them works)… I also would like to put all the images in a folder called documentImages and get all the images from it, just to mainteance and have some order. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
I think
will work. |
Beta Was this translation helpful? Give feedback.
-
It worked But its complicated as you can wrote a markdown document in local using ( image.jpg, local urls) and when you work/upload the documents to the wiki you have to update all the links using:
If its not a bug, could be considered as a feature request, to use the same url in local and remote repos Instead of:
( username, repo and blob, master can be added by default in images urls) use:
|
Beta Was this translation helpful? Give feedback.
-
Hi Ejgutierrez74, Thanks for this feedback! We’re always working to improve GitHub and the GitHub Community Forum, and we consider every suggestion we receive. I’ve logged your feature request in our internal feature request list. Though I can’t guarantee anything or share a timeline for this, I can tell you that it’s been shared with the appropriate teams for consideration. Please let me know if you have any other questions. Cheers! Andrea |
Beta Was this translation helpful? Give feedback.
-
Could you try
? It should work as well an doesn’t require a username/repo in the URL. |
Beta Was this translation helpful? Give feedback.
-
This one doesnt work for me, but still think that to be in the same line and avoid some extra-work, the natural way is writing the same code locally than the wiki… So ( images/American.jpg) should work and Github add USERNAME, REPO, blob, master, whatever is needed… ( think of an assignment with 100 images or more…) It seems not very difficult to implement this. Just a thought and a request. Thank for your work and help |
Beta Was this translation helpful? Give feedback.
-
Thanks, keep me updated |
Beta Was this translation helpful? Give feedback.
I think
will work.