On , I learnt ...

Github supports a Markdown extension for creating alert blocks

The syntax is:

> [!NOTE]
> This is a note.

which renders as:

Github note block

Two other block-types are supported: [!IMPORTANT] and [!WARNING].

See the official docs for more.