Inline

The inline snippets from the Insert menu — lead, callout, link, image.

Small touches inserted at the cursor. The first two use the {.class} attribute syntax — see Styling.

Lead paragraph

Bigger, calmer opening text — meant for the first paragraph of a page.

Opening paragraph.{.lead}

Opening paragraph.

Callout line

A one-line accent bar for the sentence that must not be missed.

Important line.{.callout}

Important line.

Relative links to other pages become client-side routes and are validated on every build.

[text](./index.md)

text

Image

Keep the image next to the page; the build copies it and rewrites the path.

![alt text](./image.png)

(rendered once the file exists next to the page)