-
-
Notifications
You must be signed in to change notification settings - Fork 189
Labels
enhancementNew feature or requestNew feature or request
Description
Currently lychee seems to check each an every URL found in the HTML document.
Generally there is nothing bad about it. We previously used liche, which only checks specific tags and attributes.
While generally checking URLs from text is not bad, IMO, it would be great to be able to exclude certain elements, not just based on the URL itself. As HTML files are parsed already as such, it should be cheaply possible to exclude specific tags, e.g. <code> and <pre> tags. Allowing to specify URL excludes based on tags via an option, would be awesome.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request