Appearance
Images
The img primitive allows the insertion of images into documents, using the src attribute:
xml
<img src="https://examples.papermill.io/images/logo.jpg"/>By default, an image will be as large as possible while fitting within the containing block and maintaining the image's aspect ratio. However, the attributes width, height, min-width, and min-height can be used for greater control, similar to block sizing.