## Alerts GitHub style alerts look like this: ```````````````````````````````` example > [!NOTE] > Highlights information that users should take into account, even when skimming. .

Note

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

```````````````````````````````` It shouldn't matter if there's a soft break or hard break after the `[!NOTE]`: ```````````````````````````````` example > [!NOTE] > Highlights information that users should take into account, even when skimming. .

Note

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

```````````````````````````````` Uppercase isn't required: ```````````````````````````````` example > [!note] > Highlights information that users should take into account, even when skimming. .

Note

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

```````````````````````````````` Alerts can contain multiple blocks: ```````````````````````````````` example > [!NOTE] > Highlights information that users should take into account, even when skimming. > > Paragraph two. .

Note

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

Paragraph two.

```````````````````````````````` Other kinds of alerts: ```````````````````````````````` example > [!TIP] > Optional information to help a user be more successful. .

Tip

Optional information to help a user be more successful.

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

Important

Crucial information necessary for users to succeed.

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

Warning

Critical content demanding immediate user attention due to potential risks.

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

Caution

Negative potential consequences of an action.

````````````````````````````````