2026-02-14 18:14:19 +08:00

1.2 KiB

title, icon, createTime, permalink
title icon createTime permalink
GitHub Alerts mdi:alert-outline 2025/11/29 19:59:45 /en/guide/markdown/github-alerts/

GitHub-Style Alerts

The theme supports rendering GitHub-style alerts through callouts. They are rendered in the same way as hint containers.

Input:

> [!NOTE]
> Highlights information that users should take note of even when skimming.

> [!TIP]
> Optional information to help users be more successful.

> [!IMPORTANT]
> Crucial information necessary for users to succeed.

> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.

> [!CAUTION]
> Advises about negative outcomes from specific actions.

Output:

Note

Highlights information that users should take note of even when skimming.

Tip

Optional information to help users be more successful.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

Caution

Advises about negative outcomes from specific actions.