brainhack-school2020 / ArsIsabelle_BHS_Project

Learning How to Run Matlab EEG-FFR Classifiers
https://inprogress.org/
MIT License
1 stars 4 forks source link

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

Open arsisabelle opened 4 years ago

arsisabelle commented 4 years ago

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 commented 4 years ago

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.