Youssef1313 / markdown-links-verifier

A GitHub Action to validate links in Markdown files
MIT License
4 stars 1 forks source link

Feature: Ignore links starting with #63

Closed Youssef1313 closed 3 years ago

Youssef1313 commented 3 years ago

Similar to #61

{
  "excludeStartingWith": [
    "xref:",
    "~/",
  ]
}

Rationale

Some repositories may be using specific markdown extensions that shouldn't be flagged. For example, Microsoft Docs has "xref:" for API links. The workflow shouldn't attempt to analyze them.