-
Links can be ignored in many different ways, including with A common way to do this is often to add a comment like One challenge is that those comments would be file format-specific. Other tools often opt to only implement this for Markdown, but there might be some creative solutions to make this format-agnostic. I checked the issues and I do not think this has been asked before. What are your thoughts on this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
As you said, we would need to handle various file formats, making the tool more complex and harder to maintain.
|
Beta Was this translation helpful? Give feedback.
-
Moved to a discussion, because this is technically not an issue with lychee. Hope that's fine. |
Beta Was this translation helpful? Give feedback.
As you said, we would need to handle various file formats, making the tool more complex and harder to maintain.
For instance,
markdown-link-check
also has edge-cases like.mdx
support (tcort/markdown-link-check#171) or anchor links (tcort/markdown-link-check#196).--exclude
and.lycheeignore
should support that already, no? For example, instead of annotating a link in a file, why not add it to.lycheeignore
?