Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embeding Images Again... but From a File from a Local Computer? #4

Open
arsisabelle opened this issue May 25, 2020 · 1 comment
Open

Comments

@arsisabelle
Copy link
Collaborator

Another question about images! How do I embed an image uploaded from my local computer? Is this possible? Is there a particular markdown that I should look for?

Thank you for any help with this situation :)

@pbellec
Copy link

pbellec commented May 25, 2020

I assume you are talking about the README.md ?

You can upload an image file to your repo (either add it through the command line or with the button "upload files" through the github website).
Then you can add the image in the markdown with the following code:

![alt text](my_image.png)

see this repo for an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants