From 23a5f1b628559d55e338e9d2a5e9c1c953cb0d7b Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sun, 29 Mar 2026 16:51:06 +0200 Subject: [PATCH] Use pymdownx.magiclink with its default configuration The docs contain bare links that are not rendered without it. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 5fda9780..99d48a4d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -137,6 +137,7 @@ markdown_extensions: pygments_lang_class: true - pymdownx.inlinehilite - pymdownx.keys + - pymdownx.magiclink - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences: