From 50e20a34897a0b1b76861b20ac354cf0ad84f209 Mon Sep 17 00:00:00 2001 From: Florian Hensel Date: Wed, 17 Dec 2025 11:02:52 +0100 Subject: [PATCH] =?UTF-8?q?mkdocs=20f=C3=BCr=20codebl=C3=B6cke=20optimiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs/mkdocs.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 2407564..6c0a1de 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -26,6 +26,8 @@ theme: logo: assets/Logo.png name: material features: + - content.code.copy + - content.code.select - navigation.sections palette: - media: "(prefers-color-scheme)" @@ -50,9 +52,19 @@ theme: # Markdown extensions markdown_extensions: - attr_list + - adminition + - tables + - attr_list + - md_in_html + - pymdownx.blocks.caption # - toc: # permalink: true - - pymdownx.highlight + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets - pymdownx.superfences - admonition - pymdownx.details @@ -63,7 +75,9 @@ markdown_extensions: - pymdownx.mark - pymdownx.tilde plugins: + - permalink: true - offline + - minify - search: - optimize: concurrency: 2