Jekyll - Images

 

An :apple: a day, keeps :woman_health_worker: :man_health_worker: away.

markdown:

![](path-to-image)

With ALT

Image

markdown:

![Image](path-to-image)

With Title

Image

markdown:

![Image](path-to-image "Image")

Specify Width and Height

Image

markdown:

![Image](path-to-image){:width="128px" height="128px"}

Image

markdown:

![Image](path-to-image){:width="64px" height="64px"}