mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-25 11:28:13 +08:00
17 lines
563 B
Markdown
17 lines
563 B
Markdown
---
|
||
url: /tools/caniuse/index.md
|
||
---
|
||
除了使用本工具,你也可以直接访问 [caniuse.com/](https://caniuse.com/) 搜索特性,
|
||
在结果页中,点击 左侧的 `#` 按钮后,浏览器的地址栏会自动跳转,例如:
|
||
|
||
搜索 `@property`,点击 `#` 会跳转到 `https://caniuse.com/mdn-css_at-rules_property`,
|
||
可以直接复制 `mdn-css_at-rules_property` ,粘贴到 markdown 文件中:
|
||
|
||
```md
|
||
@[caniuse](mdn-css_at-rules_property)
|
||
```
|
||
|
||
## 工具
|
||
|
||
本工具用于帮助搜索 caniuse 中的特性。并生成 caniuse markdown 代码。
|