Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -345,15 +345,15 @@ Footnotes are not supported in wikis.

{% note %}

**Note**: The syntax used during the beta testing period is now deprecated and will be removed. You can use the syntax as described in this section.
**Note**: The Markdown syntax used during the beta testing period is now deprecated and will be removed. You can use the syntax as described in this section.

{% endnote %}

Alerts are an extension of Markdown used to emphasize critical information. On {% data variables.product.product_name %}, they are displayed with distinctive colors and icons to indicate the importance of the content.
Alerts are an extension of the blockquote syntax that you can use to emphasize critical information. On {% data variables.product.product_name %}, they are displayed with distinctive colors and icons to indicate the importance of the content.

We recommend restricting the use of alerts to one or two per article to avoid overloading the reader. Consecutive notes should be avoided.

There are three types of alerts available.
Three types of alert are available. You can add an alert with a special blockquote line that specifies the alert type, and then add the alert information in a standard blockquote immediately after.

```
> [!NOTE]
Expand Down