Docs

Callouts

Learn how to add callout boxes to your documents.

{{ callout
  type: info
  border: true
}}

Callout content with **markdown** support.

{{ /callout }}

Callout sections draw attention to important information in your document. They come in four types — info, warning, danger and success — each with a distinct visual style.

Document callouts work identically to mail callouts.

keyword: type
options: info | warn | danger | success
default: info

keyword: border
options: true | false
default: false

keyword: desc
options: "Description text"

An optional prefix displayed above the callout content.

{{ callout
type: info
border: true
}}
**Note:** All figures use the harmonised ILO definition for
international comparability.
{{ /callout }}

{{ callout
type: warn
desc: Data Quality Notice
}}
Data is missing for the **18th of January** and has been
estimated using linear interpolation.
{{ /callout }}