Skip to content

Commit c8adfc2

Browse files
committed
Add Copy button to code blocks
Signed-off-by: Christian König <[email protected]>
1 parent 507d98b commit c8adfc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ theme:
2525
- search.highlight
2626
- search.share
2727
- content.action.edit
28+
- content.code.copy
2829
palette:
2930

3031
# Light mode
@@ -48,7 +49,7 @@ theme:
4849
markdown_extensions:
4950
# Code highlighting in ``` ``` blocks
5051
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
51-
- pymdownx.highlight:
52+
- pymdownx.highlight
5253
- pymdownx.superfences
5354
- pymdownx.inlinehilite
5455
# Table of Contents

0 commit comments

Comments
 (0)