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

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

25 lines
402 B
Markdown

# Timeline
Create a timeline using `::: timeline`.
## Syntax
- Container config: `horizontal`, `card`, `line="style"`, `placement="right|between"`.
- Item config (line after title): `time="date"`, `type="info|success|..."`, `icon=""`.
## Example
```md
::: timeline
- Event 1
time=2023-01-01 type=success
Content 1
- Event 2
time=2023-02-01 type=warning icon=mdi:alert
Content 2
:::
```