Default alignment

Default alignment

Centre aligned by default:

1
<img src="cc.png" />

The image caption is delimited by the underscore character _.

1
2
![img-description](cc.png)
_An image caption._

img-description An image caption.

For an SVG image, you must specify the width w and height h.

1
2
![Desktop View](haskell.svg){: w="105" h="74" }
_An SVG image._

Desktop View An SVG image.