mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
339 B
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
:::