demonstrate links to image file
-

mixed with jekyll liquid syntax.
-

markdown syntax. relative reference
-
{: width="250"}
markdown relative link syntax with jekyll liquid for size definition.
-
<img src="{{ site.baseurl }}{% link assets/images/dolphin.jpg %}" width=300/>
html image syntax with jekyll liquid variables.
⚠️ Do not put the images and files in
_posts
folder. The relative links to static files (other than markdown file) do not works in github pages!