基础用法
shell
查看代码
1 | {% copy text [prefix:shell] %} |
语法格式
1 | {% copy [git:] text [prefix:] %} |
指定前缀
通过prefix
参数可指定前缀
$
查看代码
1 | {% copy npm install prefix:$ %} |
快速放置github仓库
设置git:https
或者git:ssh
或者git:gh
来快速放置一个github仓库链接
查看代码
1 | {% copy git:https wmd001/wmd001 %} |
属性
属性名 | 说明 |
---|---|
text | 内容 |
prefix | 指定前缀 |
git | 指定git仓库 |