Placing images in jekyll blogs
I faced a bit of an issue in understanding how to include image files in the Markdown source code for the Jekyll blog.
I found it convenient to create an image using following code:
‘![Alt Text](/path/to/the/image.jpg “ImageTitle”){:height=“50%” width=“30%”}’