Skip to content
+

Callouts

Type of callouts.

Info

:::info
This is an info callout.
It says, "Here's a bit of extra insight to help you understand this feature."

- emphasised: **bold text**
- some code `<div/>`
- a [link](#link).
:::

Success

:::success
This is a success callout.
It says, "Here's an actionable suggestion to help you succeed."

- emphasised: **bold text**
- some code `<div/>`
- a [link](#link).
:::

Warning

:::warning
This is a warning callout.
It says, "Be careful! Keep this detail in mind to avoid potential issues."

- emphasised: **bold text**
- some code `<div/>`
- a [link](#link).
:::

Error

:::error
This is an error callout.
It says, "You will fail if you don't heed this dire warning."

- emphasised: **bold text**
- some code `<div/>`
- a [link](#link).
:::

Empty

Should not be used, here just to ensure forgetting the token is not a big deal.

:::
This is a callout.
It says, "You will fail if you don't heed this dire warning."

- emphasised: **bold text**
- some code `<div/>`
- a [link](#link).
:::

With code

Multilines