Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save partydrone/a28fca52b164fd86e49148a2a372e665 to your computer and use it in GitHub Desktop.
Save partydrone/a28fca52b164fd86e49148a2a372e665 to your computer and use it in GitHub Desktop.
Alert blocks for descriptions and comments
## Simple alerts
> [!NOTE]
> This is a note.
> [!TIP]
> This is a tip. (Supported since 14 Nov 2023)
> [!IMPORTANT]
> Crutial information comes here.
> [!CAUTION]
> Negative potential consequences of an action. (Supported since 14 Nov 2023)
> [!WARNING]
> Critical content comes here.
@partydrone
Copy link
Author

Simple alerts

Note

This is a note.

Tip

This is a tip. (Supported since 14 Nov 2023)

Important

Crutial information comes here.

Caution

Negative potential consequences of an action. (Supported since 14 Nov 2023)

Warning

Critical content comes here.

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