1
0
mirror of synced 2026-01-13 09:03:58 -05:00

Merge pull request #32257 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-03-27 15:58:03 -04:00
committed by GitHub

View File

@@ -89,16 +89,29 @@ Danger callouts will generally only be necessary when describing processes that
We use standard formatting and colors for different types of callouts across doc sets.
Callouts are rendered using Markdown. Specify the type of callout (note, warning, or danger) by placing it in brackets, preceded by an exclamation mark.
Callouts are rendered using Markdown.
Tip:
```[!TIP] Here's a suggestion. ```
```markdown
>[!TIP] Here's a suggestion.```
Note:
```[!NOTE] Keep this in mind.```
```markdown
>[!NOTE] Keep this in mind.
```
Warning:
```[!WARNING] Be careful.```
```markdown
>[!WARNING] Be careful.
```
Danger:
```[!DANGER] Be extremely careful.```
```markdown
>[!DANGER] Be extremely careful.
```
Liquid syntax for callouts is still supported and may still appear in older articles, but should not be used for new callouts.