Matthias Endler
Matthias Endler
Haven't looked too deeply into it, but could be a duplicate of #1574. There is #1624 if you want to give the current development branch a try.
Tackling this in #1841. Feedback welcome! Also, if someone could try it, I'd be super thankful. ```sh cargo install --git https://github.com/lycheeverse/lychee/ --branch issue-1657 ```
Yeah, we started treating plaintext links in HTML files as false-positives in https://github.com/lycheeverse/lychee/pull/1528. Something similar could work for Markdown files. @markogalevski fyi
Yes, that sounds like the way to go! Thanks for recognizing the connection.
Yes. If it helps, you might want to use this issue to sketch out the planned changes so that we can sign off on them. That might save you some...
Should be fixed in `master` now and will be released with the next version.
TBH, I'm not a huge fan of the `--preprocess` syntax. My main concern is that error messages could get messy because the syntax for calling external processors is stringy-typed. There...
You're right. I'm proposing a few changes to the syntax, but overall I think this is the way to go. We can always offer more convenient preprocessor in the future...
I like that a lot.
In the past, rustls had some portability issues and didn't support some non-standard behavior. Missing features like https://github.com/rustls/rustls/issues/184 used to be an issue, but are long fixed. Nowadays it's a...