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

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

29 lines
339 B
Markdown

# QR Code
Generate QR codes from text.
## Syntax
- **Inline**: `@[qrcode](text)`
- **Container**:
```md
::: qrcode [card] [title="..."]
text
:::
```
## Attributes
`card`, `svg`, `title="name"`, `align="center"`.
## Example
```md
@[qrcode](https://example.com)
::: qrcode card title="Scan Me"
https://example.com
:::
```