scivision / linkchecker-markdown

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
32 stars 18 forks source link

Support for recursive folder scan #11

Closed diegorondini closed 3 years ago

diegorondini commented 3 years ago

It would be nice to have a "-r" command line parameter that allows to recursively scan folders for .md files. Often documentation projects have a folders structure, so .md files are spread across multiple folders.

scivision commented 3 years ago

added in v1.3.1

diegorondini commented 3 years ago

Thank you!