Enable pymdownx.magiclink to get automatic links for URLs in the Markdown docs

This commit is contained in:
Yannick Jadoul
2020-05-04 00:32:18 +02:00
parent 783dedad22
commit 328a6714e9
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ markdown_extensions:
permalink: True
- attr_list
- admonition
- pymdownx.magiclink:
repo_url_shortener: True
plugins:
- importmarkdown
+1
View File
@@ -2,6 +2,7 @@
-e ./docs/mkdocs_include_markdown_plugin
pytest
mkdocs==1.0.4
pymdown-extensions
pip-tools
requests
click