Skip to content

Instantly share code, notes, and snippets.

@juliendargelos
Created December 16, 2024 18:46
Show Gist options
  • Save juliendargelos/e321d21b8094186d6ddf3b1fcbb037e6 to your computer and use it in GitHub Desktop.
Save juliendargelos/e321d21b8094186d6ddf3b1fcbb037e6 to your computer and use it in GitHub Desktop.
Markdown alert/info blockquote

Markdown alert/info blockquote

Note

Highlights information that users should take into account, even when skimming.

Tip

Optional information to help a user be more successful.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

Caution

Negative potential consequences of an action.

> [!NOTE]  
> Highlights information that users should take into account, even when skimming.

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

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

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

> [!CAUTION]
> Negative potential consequences of an action.

https://github.com/orgs/community/discussions/16925

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