mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Update Python-Markdown links.
Python-Markdown has moved its documentation to https://python-markdown.github.io/. See Python-Markdown/markdown#601 for details. The docs now point to the new location. The Python-Markdown GitHub repo was also moved to https://github.com/Python-Markdown/markdown so any links to the repo have been updated as well.
This commit is contained in:
@@ -447,11 +447,11 @@ plugins: []
|
||||
|
||||
[custom themes]: custom-themes.md
|
||||
[variables that are available]: custom-themes.md#template-variables
|
||||
[pymdk-extensions]: https://pythonhosted.org/Markdown/extensions/index.html
|
||||
[pymkd]: https://pythonhosted.org/Markdown/
|
||||
[smarty]: https://pythonhosted.org/Markdown/extensions/smarty.html
|
||||
[exts]:https://pythonhosted.org/Markdown/extensions/index.html
|
||||
[3rd]: https://github.com/waylan/Python-Markdown/wiki/Third-Party-Extensions
|
||||
[pymdk-extensions]: https://python-markdown.github.io/extensions/
|
||||
[pymkd]: https://python-markdown.github.io/
|
||||
[smarty]: https://python-markdown.github.io/extensions/smarty/
|
||||
[exts]: https://python-markdown.github.io/extensions/
|
||||
[3rd]: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions
|
||||
[configuring pages and navigation]: writing-your-docs.md#configure-pages-and-navigation
|
||||
[theme_dir]: styling-your-docs.md#using-the-theme_dir
|
||||
[styling your docs]: styling-your-docs.md
|
||||
|
||||
Reference in New Issue
Block a user