To resize an image in Jekyll Markdown without needing to embed HTML in your markdown document:
<!-- Markdown -->

{:}
Immediately After the Regular Syntax<!-- Markdown -->
{:}
:
With a single dimension:
<!-- Markdown -->
{:width="100%"}
Or with both dimensions:
<!-- Markdown -->
{:height="700px" width="400px"}