Admonitions

The four admonition snippets from the Insert menu, as inserted and as rendered.

Four ready-made callouts. Each snippet is inserted exactly as shown — replace Text. and go. (Three more types exist for hand-writing: info, success, caution — see Markdown features.)

Note

:::note
Text.
:::

Note

Text.

Tip

:::tip
Text.
:::

Tip

Text.

Warning

:::warning
Text.
:::

Warning

Text.

Danger

:::danger
Text.
:::

Danger

Text.

Custom titles

Any admonition takes a custom title after its type: :::warning Deprecated in v3.