mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-24 03:08:33 +00:00
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:
parent
a85df720f8
commit
8707e30857
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ theme:
|
||||||
palette:
|
palette:
|
||||||
scheme: deluge
|
scheme: deluge
|
||||||
custom_dir: overrides
|
custom_dir: overrides
|
||||||
|
markdown_extensions:
|
||||||
|
- pymdownx.magiclink
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/deluge_stormy_day.css
|
- stylesheets/deluge_stormy_day.css
|
||||||
- stylesheets/deluge_header_nav.css
|
- stylesheets/deluge_header_nav.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue