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

Add image title support #27

Closed DominikaK closed 2 years ago

DominikaK commented 2 years ago

Modifies the regular expression to cover image titles, provided in quotation marks:

![Image alt](image.png "Image title")

Should resolve https://github.com/midnightprioriem/mkdocs-autolinks-plugin/issues/8

DominikaK commented 2 years ago

@midnightprioriem, is there anything I can/should do to get this PR merged? We want to start using your plugin in our documentation, but due to a big number of images with title this reduces the plugin's usefulness.