zachhannum / mkdocs-autolinks-plugin

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

Blank Image AltText does not get captured by this plugin #13

Closed orbikm closed 3 years ago

orbikm commented 3 years ago

If you use a blank image alt text, such as

![](my-image.png)

The plugin will not scan that link. This is due to the expectation that there will be text inside all links.

Support for empty alt text images in markdown editors is pretty ubiquitous, so I would expect that functionality.

orbikm commented 3 years ago

To interested developers, since this project seems unmaintained at this point, and had a few bugs that were preventing me from using it in production, I have created a replacement plugin, mkdocs-ezlinks-plugin.

It is currently in alpha while I sort out some minor bugs and add a few additional feature enhancements.

The following issues are addressed in mkdocs-ezlinks-plugin