Enable pymdownx.magiclink to get automatic links for URLs in the Markdown docs
This commit is contained in:
@@ -28,6 +28,8 @@ markdown_extensions:
|
|||||||
permalink: True
|
permalink: True
|
||||||
- attr_list
|
- attr_list
|
||||||
- admonition
|
- admonition
|
||||||
|
- pymdownx.magiclink:
|
||||||
|
repo_url_shortener: True
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- importmarkdown
|
- importmarkdown
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
-e ./docs/mkdocs_include_markdown_plugin
|
-e ./docs/mkdocs_include_markdown_plugin
|
||||||
pytest
|
pytest
|
||||||
mkdocs==1.0.4
|
mkdocs==1.0.4
|
||||||
|
pymdown-extensions
|
||||||
pip-tools
|
pip-tools
|
||||||
requests
|
requests
|
||||||
click
|
click
|
||||||
|
|||||||
Reference in New Issue
Block a user