Images
Example
-
A small image:
-
A small image that is a link. The extra newline here makes it not show inline:
-
Set the size of an image:
-
A big wide image:
-
The same as above but using HTML:
HTML and Markdown
- A small image: 
- A small image that is a link. The extra newline here makes it not show inline:
[](https://en.wikipedia.org/wiki/Stephen_Cole_Kleene)
- Make the image open in a new tab: [](/assets/images/kleene_logo_141.png){: target="_blank" rel="noopener" class="_"}
- Set the size of an image: {:width="750px"}
- A big wide image: 
- The same as above but using HTML: <img src="/assets/images/kleene-example-1280.png" alt="a wide image using HTML"/>