Automatic URL linking - Wiki3 (#336)

* add permalinks

* use magiclink extension
This commit is contained in:
David Holdeman 2023-01-02 20:17:20 -06:00 committed by GitHub
parent 73b4b722c1
commit e5320e6eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,4 @@ sudo apt update
sudo apt install python3-pip
# pip did not work for in my case?
pip install mkdocs mkdocs-ezlinks-plugin mkdocs-exclude
pip install mkdocs mkdocs-ezlinks-plugin mkdocs-exclude pymdown-extensions

View File

@ -18,6 +18,7 @@ markdown_extensions:
- md_in_html
- toc:
permalink: True
- pymdownx.magiclink
extra_css:
- style.css