TIL — GitHub's custom markdown syntax for notes and highlights supports Note, Tip, Important, Warning, and Caution.
When did this happen?
Side note: still not a fan of their non-standard blockquote syntax. 😅
ALT GitHub Markdown:
> [!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.
ALT Rendered GitHub notes with a blue notes, a green tip, a purple important, a yellow warning and a red caution.