zachhannum / mkdocs-autolinks-plugin

An MkDocs plugin that automagically generates relative links between markdown pages
https://pypi.org/project/mkdocs-autolinks-plugin/
MIT License
80 stars 31 forks source link

Fix duplicate filename spam #22

Closed joelhed closed 2 years ago

joelhed commented 3 years ago

This changes the duplicate filename logging to only log when there are actual Markdown links to duplicate filenames.

Additionally, this PR solves the issue that #20 solves.

Fixes #19