Matthias Endler
Matthias Endler
Hey @jiazengp, can you provide an example?
As a workaround you could exclude these yourself for now by adding `--exclude '\*'`.
Yeah that is indeed an issue. I think we should move the issue to the lychee repository, which is where we maintain the Rust code that lychee-action uses. In fact...
Some clarification: the asterisk character is valid and serves as a wildcard operator, which stands for any number of characters. So https://foo.example.com and https://bar.example.com would both match https://*.example.com. The question...
The meta tag that OP posted is valid (according to https://wiki.mozilla.org/Security/CSP/Specification) and not wrapped in a pre tag, though. We could ignore meta tags, but I think we shouldn't.
Work is done in linkify to fix this issue: https://github.com/robinst/linkify/pull/43
That's a tricky one. I thought about assuming html input if `--base` was a valid URL, but Markdown files can also contain relative links and be prefixed with a URL....
Yeah it has been discussed a few times already and it's high on the todo-list. Will require quite some restructuring I guess. Right now the flow is ``` main ->...
#165 is getting very close to completion. It implements the functionality described. If you like to support, please build the version from that branch and test it. Feedback on the...
Yeah. Related: * https://github.com/lycheeverse/lychee/issues/184 * https://github.com/reacherhq/check-if-email-exists/issues/888 We are blocked by upstream at the moment. 😕