markdownlint-rule-relative-.../test/fixtures/valid
Théo LUDWIG 85f465306f
feat: stricter validation of heading fragments by being Case sensitive
Fixes #8

BREAKING CHANGE: Heading fragments is now Case sensitive.
For example "#ExistIng-Heading" is invalid as it should be "#existing-heading".
2024-05-27 22:50:43 +02:00
..
existing-anchor-name-fragment test: add cases for fragments checking 2024-01-12 01:30:52 +01:00
existing-element-id-fragment test: add cases for fragments checking 2024-01-12 01:30:52 +01:00
existing-heading-fragment feat: support line number checking in link fragment (e.g: '#L50') 2024-01-31 01:14:27 +01:00
existing-heading-with-accents fix: link fragment with accents should be valid if the heading exists 2024-01-31 21:56:55 +01:00
only-parse-markdown-files-for-fragments fix: should only check valid fragments in markdown (.md) files 2024-01-31 00:10:41 +01:00
valid-heading-like-number-fragment feat: stricter validation of heading fragments by being Case sensitive 2024-05-27 22:50:43 +02:00
valid-line-column-range-number-fragment feat: support columns numbers (and line range) in links fragments 2024-05-27 22:26:21 +02:00
valid-line-number-fragment feat: support line number checking in link fragment (e.g: '#L50') 2024-01-31 01:14:27 +01:00
existing-file.md test: separate cases, so it's easier to know what fails 2024-01-10 00:01:13 +01:00
existing-image.md test: add cases for fragments checking 2024-01-12 01:30:52 +01:00
ignore-absolute-paths.md test: separate cases, so it's easier to know what fails 2024-01-10 00:01:13 +01:00
ignore-external-links.md test: separate cases, so it's easier to know what fails 2024-01-10 00:01:13 +01:00
ignore-fragment-checking-in-own-file.md test: add cases for fragments checking 2024-01-12 01:30:52 +01:00