Skip to content

Instantly share code, notes, and snippets.

@adamelliotfields
Last active August 31, 2023 19:37
Show Gist options
  • Save adamelliotfields/29ce53c052184b6672d3f1124f7b79da to your computer and use it in GitHub Desktop.
Save adamelliotfields/29ce53c052184b6672d3f1124f7b79da to your computer and use it in GitHub Desktop.
New GitHub Markdown Alert Blockquotes

These are so sweet. I didn't see an announcement or blog post; first noticed them in vitest-axe. Here's the community discussion on them.

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

Note

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

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

Important

Crucial information necessary for users to succeed.

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

Warning

Critical content demanding immediate user attention due to potential risks.

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