link demo

  1. ![link demo]({{ site.baseurl }}{% link assets/images/dolphin.jpg %})

    mixed with jekyll liquid syntax.

    link demo

  2. ![](/jeff-minima/assets/images/dolphin.jpg)

    markdown syntax. relative reference

  3. ![](/jeff-minima/assets/images/dolphin.jpg){: width="250"}

    markdown relative link syntax with jekyll liquid for size definition.

  4. <img src="{{ site.baseurl }}{% link assets/images/dolphin.jpg %}" width=300/>

    html image syntax with jekyll liquid variables.

another demo in root folder

⚠️ 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!