Add code copy button

This commit is contained in:
Riyyi
2025-03-31 11:16:02 +02:00
parent ebad4817be
commit c26c74a2fb
4 changed files with 85 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ A link: [website-vue](https://github.com/riyyi/website-vue)
A codeblock:
```js [file.js]{2} meta-info=val
export default () => {
console.log('Code block')
console.log('Code block')
}
```