mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Add Copy button to code blocks
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
committed by
yubiuser
parent
507d98b043
commit
c8adfc23bb
+2
-1
@@ -25,6 +25,7 @@ theme:
|
|||||||
- search.highlight
|
- search.highlight
|
||||||
- search.share
|
- search.share
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
|
- content.code.copy
|
||||||
palette:
|
palette:
|
||||||
|
|
||||||
# Light mode
|
# Light mode
|
||||||
@@ -48,7 +49,7 @@ theme:
|
|||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
# Code highlighting in ``` ``` blocks
|
# Code highlighting in ``` ``` blocks
|
||||||
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
|
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|||||||
Reference in New Issue
Block a user