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

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

396 B

Containers

Use ::: type [title] to create alert boxes or collapsible details.

Supported Types

  • note, info, tip, warning, caution (Alerts)
  • details (Collapsible)

Syntax

::: type [Optional Title]
Content
:::

Examples

::: tip
This is a tip.
:::

::: warning CAUTION
Custom title for warning.
:::

::: details Click to expand
Hidden content.
:::