plugin

5/28/2020

This is plugin.

vuepress添加复制代码块功能

安装

如果使用 npm:

npm install vuepress-plugin-code-copy
1

如果使用 yarn:

yarn add vuepress-plugin-code-copy
1

快速使用

将 vuepress-plugin-code-copy 添加到vuepress项目的插件配置中:

 module.exports = {
    plugins: [['vuepress-plugin-code-copy', true]]
}
1
2
3

代码高亮

在代码块后加入语言:[```lua]

Last Updated: Wed, 10 Apr 2024 15:15:42 GMT