From 8707e3085718cc530d0ccceb2444ca877d8b1a04 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 6 Jul 2024 21:10:33 +0100 Subject: [PATCH] enable magiclink plugin so bare urls are hyperlinked By default bare urls without tags <> are not converted to html anchor tags so use a markdown plugin to do this. --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 21de5d8d4..2227d4b4f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,8 @@ theme: palette: scheme: deluge custom_dir: overrides +markdown_extensions: + - pymdownx.magiclink extra_css: - stylesheets/deluge_stormy_day.css - stylesheets/deluge_header_nav.css