Images

1st July 2017 by Pedr Browne

71 Words / 1 Minute Read

Responsive Images

Use images in your markdown and they will be made responsive. Just refer to them by their file-path, relative to the markdown document. For example if you have a directory called images in the same directory as your main markdown file you can display an image like this:

![An example](images/example.png)

An example

Supported Filetypes

You can use the following filetypes:

  • jpeg
  • jpg
  • png
  • webp
  • tif
  • tiff

Plugins Used