Add Copy button to code blocks

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2024-06-08 14:17:33 +02:00
committed by yubiuser
parent 507d98b043
commit c8adfc23bb

View File

@@ -25,6 +25,7 @@ theme:
- search.highlight
- search.share
- content.action.edit
- content.code.copy
palette:
# Light mode
@@ -48,7 +49,7 @@ theme:
markdown_extensions:
# Code highlighting in ``` ``` blocks
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
- pymdownx.highlight:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
# Table of Contents