Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active July 31, 2023 05:20
Show Gist options
  • Save guitarrapc/60e52f9b0b361f232677ba7c4feb843a to your computer and use it in GitHub Desktop.
Save guitarrapc/60e52f9b0b361f232677ba7c4feb843a to your computer and use it in GitHub Desktop.
[Markdown] An option to highlight a "Note" and "Warning" using blockquote (Beta) https://github.com/orgs/community/discussions/16925

New (2023/July/28)

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

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

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

Note

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

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

Old (2022/May/10)

> **Note**
> This is a note

> **Warning**
> This is a warning

> **Impormant**
> This is a critical

Note This is a note

Warning This is a warning

Important This is a critical

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