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

or

Like links, Images also have a footnote style syntax
Alternative usage : note images
![Alt text][id]
With a reference later in the document defining the URL location:
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"Resizing image
Add HTTP parameters width and/or height to the link image to resize the image. Values are CSS values (default is auto).



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.



Lightbox
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