Merge pull request #1054 from pi-hole/copy_code

Add Copy button to code blocks
This commit is contained in:
yubiuser
2024-06-09 07:38:35 +02:00
committed by GitHub
+2 -1
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