Skip to content

Instantly share code, notes, and snippets.

@SilentGlasses
Created October 18, 2025 00:03
Show Gist options
  • Save SilentGlasses/15db308a4aa333439dc065fd699efb78 to your computer and use it in GitHub Desktop.
Save SilentGlasses/15db308a4aa333439dc065fd699efb78 to your computer and use it in GitHub Desktop.
GitHub Alerts

Alerts are a Markdown extension based on the blockquote syntax that you can use to emphasize critical information. On GitHub, they are displayed with distinctive colors and icons to indicate the significance of the content.

> [!NOTE]
> Useful information that users should know, even when skimming content.

> [!TIP]
> Helpful advice for doing things better or more easily.

> [!IMPORTANT]
> Key information users need to know to achieve their goal.

> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.

> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.

Note

Useful information that users should know, even when skimming content.

Tip

Helpful advice for doing things better or more easily.

Important

Key information users need to know to achieve their goal.

Warning

Urgent info that needs immediate user attention to avoid problems.

Caution

Advises about risks or negative outcomes of certain actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment