Images

Images have a similar syntax to links but include a preceding exclamation point.

![Minion](https://octodex.github.com/images/minion.png)
Minion

or

Alt text

Like links, Images also have a footnote style syntax

Alternative usage : note images

Alt text

With a reference later in the document defining the URL location:

Resizing image

Add HTTP parameters width and/or height to the link image to resize the image. Values are CSS values (default is auto).

Minion
Minion
Minion

Add CSS classes

Add a HTTP classes parameter to the link image to add CSS classes. shadowand border are available but you could define other ones.

stormtroopocat
stormtroopocat
stormtroopocat

Add a HTTP featherlight parameter to the link image to disable lightbox. By default lightbox is enabled using the featherlight.js plugin. You can disable this by defining featherlight to false.

Last updated