Title here
Summary here
Use the callout shortcode to draw attention to important information. Four context types are available: note (default), info, warning, and danger.
{{< callout "note" >}}
Your message here.
{{< /callout >}}Or with named parameters:
{{< callout context="warning" title="Watch out" >}}
This action cannot be undone.
{{< /callout >}}| Parameter | Type | Default | Description |
|---|---|---|---|
context (or positional 0) | string | note | Sets the callout style. One of note, info, warning, or danger. |
title | string | — | Optional heading displayed above the body. Supports Markdown. |
icon | string | — | Optional path to an SVG icon to display. |
This is a default note callout.
{{< callout >}}
This is a default note callout.
{{< /callout >}}Doks uses npm and Hugo mounts to manage dependencies.
{{< callout "info" >}}
Doks uses npm and Hugo mounts to manage dependencies.
{{< /callout >}}Heads up
Changing this setting requires a full rebuild.
{{< callout context="warning" title="Heads up" icon="alert-triangle" >}}
Changing this setting requires a full rebuild.
{{< /callout >}}Deleting this record is permanent and cannot be reversed.
{{< callout "danger" >}}
Deleting this record is **permanent** and cannot be reversed.
{{< /callout >}}