Image

What is Image?

Like a link with a ! in front — ![description](https://example.com/photo.png) — rendered as the image itself, with the description shown if it fails to load.

Why it matters

The description doubles as alt text, so images stay accessible and gracefully degrade if the link breaks.

How it works

The image must already be hosted somewhere on the web — knowdust doesn't host image uploads — so the parentheses hold an existing image's address.

Examples

  • `![A hand-drawn map](https://example.com/map.png)`

Back to the glossary