Using image with github.io
Just follow these steps:
-
Upload your image to an Internet host. I usually use PostImg but indeed there are many alternatives.
-
Get the direct link of your image.
-
Use
![caption](image_url)
for displaying an image
- If you want to centralize the image, add
<p align="center">
<img />
</p>
at the beginning of the post.
blog comments powered by Disqus