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.
This commit is contained in:
Calum Lind 2024-07-06 21:10:33 +01:00
parent a85df720f8
commit 8707e30857
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3

View File

@ -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