Skip to content
Merged
Show file tree
Hide file tree
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 @@ -50,27 +50,29 @@ This content is displayed on the {% data variables.product.prodname_docs %} site

## Callout tags

Callouts highlight important information that users need to know. We use standard formatting and colors for different types of callouts: notes, warnings, and danger notices. Use Liquid tags before and after the text you’d like included in the callout box.
Callouts highlight important information that users need to know. We use standard formatting and colors for four different types of callouts: notes, tips, warnings, and danger notices.

For information on when to use callout tags, see "[AUTOTITLE](/contributing/style-guide-and-content-model/style-guide#callouts)."
For information on when to use callouts, and how to format them in Markdown, see "[AUTOTITLE](/contributing/style-guide-and-content-model/style-guide#callouts)."

### Example usage of a callout
### Examples of callouts

```markdown
{% raw %}{% note %}

**Note:** Owners and administrators can add outside collaborators to a repository.

{% endnote %}{% endraw %}
> [!NOTE] Keep this in mind.
```

### Example callout rendered on {% data variables.product.prodname_docs %}

{% note %}
```markdown
> [!NOTE]
> Generally callouts should be short.
>
> But occasionally may require more than one paragraph
```

**Note:** Owners and administrators can add outside collaborators to a repository.
### Example callouts rendered on {% data variables.product.prodname_docs %}

{% endnote %}
> [!NOTE]
> Generally callouts should be short.
>
> But occasionally may require more than one paragraph

## Code sample syntax highlighting

Expand Down
84 changes: 47 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@
"@github/failbot": "0.8.3",
"@octokit/plugin-retry": "6.0.1",
"@octokit/request-error": "5.0.1",
"@primer/behaviors": "^1.3.5",
"@primer/behaviors": "^1.5.1",
"@primer/css": "^21.2.2",
"@primer/octicons": "^19.5.0",
"@primer/octicons-react": "^19.5.0",
"@primer/react": "36.2.0",
"@primer/octicons": "^19.9.0",
"@primer/octicons-react": "^19.9.0",
"@primer/react": "36.13.0",
"accept-language-parser": "^1.5.0",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
Expand Down