From c8adfc23bb69015085feca21d394362a8f7d67bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 8 Jun 2024 14:17:33 +0200 Subject: [PATCH] Add Copy button to code blocks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 25f3e32..54e7159 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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