mkdocs-ezlinks-plugin
mkdocs-ezlinks-plugin copied to clipboard
Plugin for mkdocs which enables easier linking between pages
When the file [index.md](https://github.com/ooker777/mkdocs-hyperlink-bug/blob/main/docs/index.md) is generated to be the file [index.html](https://github.com/ooker777/mkdocs-hyperlink-bug/blob/main/site/index.html), 3 different links to 3 different files are generated as 1 same href link. Here are the original links:...
I faced with an issue when the markdown`[[email protected]](mailto:[email protected])` was converted into relative link. Unfortunately, I didn't find how to avoid conversion of e-mail protocol in the documentation. 😢
Prevents this warning from MkDocs 1.6.0: ```shell $ pdm run mkdocs build INFO - DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on...