lycheeverse / lychee

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
https://lychee.cli.rs
Apache License 2.0
2.23k stars 136 forks source link

Fix format option in configuration file #1547

Closed mre closed 1 month ago

mre commented 1 month ago

This pull request fixes the format option in the configuration file. Previously, the format option was not being properly recognized.

Fixes #1533