Appearance
Images
A library of images can be added to the document's assets, using the syntax:
xml
<assets>
<images>
<alan-turing>https://examples.papermill.io/images/alan-turing.jpg</alan-turing>
<ai-timeline>https://examples.papermill.io/images/ai-timeline.png</ai-timeline>
</images>
</assets>Once defined, these images can be used anywhere in the document, e.g.
xml
<img src="alan-turing" />