docs: list code block copy button config (#412)

* fix: list code block copy button config

* Mention copy button config in the guide
This commit is contained in:
yuri
2024-07-07 14:33:12 +02:00
committed by GitHub
parent 1313415c8b
commit 56f6f19978
2 changed files with 15 additions and 2 deletions

View File

@ -78,11 +78,18 @@ def main():
say_hello()
```
### Copy Button
By default, copy button is enabled for code blocks.
By default, copy button is enabled for code blocks. Its behavior can changed by modifying the site configuration file:
```yaml {linenos=table,linenostart=42,filename="hugo.yaml"}
params:
highlight:
copy:
enable: true
# hover | always
display: hover
```
## Supported Languages