pengzhanbo 07c274cdbf
feat: add agent skills (#823)
* feat: add agent skills

* chore: tweak
2026-01-29 15:52:29 +08:00

33 lines
396 B
Markdown

# Containers
Use `::: type [title]` to create alert boxes or collapsible details.
## Supported Types
- `note`, `info`, `tip`, `warning`, `caution` (Alerts)
- `details` (Collapsible)
## Syntax
```md
::: type [Optional Title]
Content
:::
```
## Examples
```md
::: tip
This is a tip.
:::
::: warning CAUTION
Custom title for warning.
:::
::: details Click to expand
Hidden content.
:::
```