▸case-01 When running the `lychee` link checker CLI on local Markdown files, anchor fragment links like `#heading-slug` are not checked against target section headings by default. Which command-line flag forces `lychee` to check anchor fragments in local files? | pass→pass | 5,195 | 3,947 | -24% | 1 | 1 | 0% | 956 | 693 | -28% | 0 | 0 | — |
▸case-02 When running `markdown-link-check` on repository files, absolute site links like `/docs/api.md` fail because `/docs` is not at the root of the local filesystem. In `markdown-link-check.json`, which configuration array key rewrites URL path prefixes to local file system directories? | pass→pass | 5,185 | 4,853 | -6% | 1 | 1 | 0% | 1,036 | 961 | -7% | 0 | 0 | — |
▸case-03 During CI link checking with `lychee`, external domain links like `https://docs.example.com/` need to be remapped to local directory paths `./docs/` without modifying source Markdown files. Which command-line flag in `lychee` performs URI prefix remapping? | pass→pass | 5,434 | 3,836 | -29% | 1 | 1 | 0% | 946 | 689 | -27% | 0 | 0 | — |
▸case-04 A documentation linter run flags an error where a link was written as `(https://example.com)[Example]` instead of `[Example](https://example.com)`. Which markdownlint rule code corresponds to this reversed link syntax error? | pass→pass | 3,075 | 2,667 | -13% | 1 | 1 | 0% | 537 | 505 | -6% | 0 | 0 | — |
▸case-05 In a Markdown document, a relative link target contains `#nonexistent-header`, but no matching header slug exists in the destination file. Which markdownlint rule code detects invalid or missing fragment links? | pass→pass | 5,242 | 4,204 | -20% | 1 | 1 | 0% | 882 | 783 | -11% | 0 | 0 | — |
▸case-06 When scanning a Markdown repository with `lychee`, developers need to exclude all files located inside the `docs/legacy/` folder from link verification. Which command-line option flag in `lychee` excludes specific file paths or directories? | pass→pass | 3,040 | 5,539 | +82% | 1 | 1 | 0% | 591 | 984 | +66% | 0 | 0 | — |
▸case-07 Automated link checks using `lychee` encounter external websites returning HTTP status code 403 Forbidden or 429 Too Many Requests. Which `lychee` command-line flag specifies additional HTTP status codes to treat as successful? | pass→pass | 5,137 | 5,806 | +13% | 1 | 1 | 0% | 923 | 978 | +6% | 0 | 0 | — |
▸case-08 An author adds a placeholder link `[Documentation]()` with an empty target to a Markdown file. Which markdownlint rule code flags empty link targets? | pass→pass | 2,724 | 3,538 | +30% | 1 | 1 | 0% | 481 | 540 | +12% | 0 | 0 | — |
▸case-09 A Markdown file defines a shortcut link reference `[api-ref]: https://api.example.com` at the bottom of the file, but `[api-ref]` is never referenced in the document text. Which markdownlint rule code identifies unused link definitions? | pass→pass | 3,540 | 3,529 | -0% | 1 | 1 | 0% | 678 | 667 | -2% | 0 | 0 | — |
▸case-10 In `markdown-link-check.json`, project maintainers want to define regular expression patterns to skip validating links pointing to internal staging servers. What configuration array key holds these URL ignore regex patterns? | pass→pass | 3,523 | 3,010 | -15% | 1 | 1 | 0% | 542 | 604 | +11% | 0 | 0 | — |
▸case-11 In an offline or air-gapped CI environment, `lychee` must skip all HTTP and HTTPS network requests and only check local file references and anchor targets. Which command-line flag enables offline mode in `lychee`? | pass→pass | 2,823 | 4,095 | +45% | 1 | 1 | 0% | 441 | 638 | +45% | 0 | 0 | — |
▸case-12 To prevent `lychee` from sending network requests to local development endpoints like `http://localhost:8000`, developers pass a regular expression pattern to skip matching URIs. Which CLI flag in `lychee` takes regex patterns for URL exclusion? | pass→pass | 3,053 | 2,482 | -19% | 1 | 1 | 0% | 574 | 409 | -29% | 0 | 0 | — |
▸case-13 A Markdown document contains the text `[See details][undefined-ref]`, but no corresponding `[undefined-ref]: URL` target is defined anywhere in the file. Which markdownlint rule code flags shortcut link references that lack a matching definition? | pass→pass | 3,588 | 3,546 | -1% | 1 | 1 | 0% | 606 | 624 | +3% | 0 | 0 | — |
▸case-14 When validating a large repository, running `lychee` with default concurrency causes connection throttling on external servers. Which `lychee` CLI flag limits the maximum number of concurrent requests? | pass→pass | 2,987 | 3,560 | +19% | 1 | 1 | 0% | 488 | 615 | +26% | 0 | 0 | — |
▸case-15 By default, `lychee` blocks link checking against private IP network addresses such as `127.0.0.1` or `10.0.0.1`. Which command-line flag permits `lychee` to check links that point to private IP addresses? | pass→pass | 5,523 | 2,953 | -47% | 1 | 1 | 0% | 1,060 | 537 | -49% | 0 | 0 | — |
▸case-16 A developer wants to extract all link URLs from a set of Markdown files using `lychee` without initiating network requests or checking local paths. Which command-line flag outputs all found URLs to stdout? | pass→pass | 3,576 | 3,390 | -5% | 1 | 1 | 0% | 576 | 577 | +0% | 0 | 0 | — |
▸case-17 Repository guidelines require `lychee` link checker options to be loaded from `.github/lychee.toml`. Which command-line flag passes a custom configuration file path to `lychee`? | pass→pass | 2,473 | 2,976 | +20% | 1 | 1 | 0% | 374 | 480 | +28% | 0 | 0 | — |
▸case-18 When configuring `markdownlint-cli2` using a `.markdownlint-cli2.jsonc` file, developers need to exclude generated files in `dist/` from linting. Which top-level key in `.markdownlint-cli2.jsonc` specifies glob patterns for ignored paths? | pass→pass | 4,156 | 4,072 | -2% | 1 | 1 | 0% | 746 | 729 | -2% | 0 | 0 | — |
▸case-19 When running `markdown-link-check` in CI, requests to GitHub URLs are frequently rate-limited. What boolean configuration field in `markdown-link-check.json` instructs the tool to retry HTTP 429 response status codes? | pass→pass | 2,946 | 4,151 | +41% | 1 | 1 | 0% | 589 | 747 | +27% | 0 | 0 | — |
▸case-20 When writing YAML frontmatter in a Markdown document for a static site generator, what exact delimiter character sequence opens and closes the frontmatter block at the top of the file? | pass→pass | 2,142 | 2,147 | +0% | 1 | 1 | 0% | 389 | 400 | +3% | 0 | 0 | — |
▸case-21 In standard Markdown syntax for syntax-highlighted code blocks, what literal character sequence is used to open a fenced code block specifying the Python language? | pass→fail | 2,539 | 2,286 | -10% | 1 | 1 | 0% | 383 | 365 | -5% | 0 | 0 | — |
▸case-22 In a Git repository using Git LFS for documentation binary assets, what attribute directive in `.gitattributes` disables text diffing and line ending conversion for binary `.bin` files? | pass→pass | 8,935 | 5,313 | -41% | 1 | 1 | 0% | 1,553 | 871 | -44% | 0 | 0 | — |