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

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

339 B

QR Code

Generate QR codes from text.

Syntax

  • Inline: @[qrcode](text)

  • Container:

    ::: qrcode [card] [title="..."]
    text
    :::
    

Attributes

card, svg, title="name", align="center".

Example

@[qrcode](https://example.com)

::: qrcode card title="Scan Me"
https://example.com
:::