Commit Graph

7 Commits

Author SHA1 Message Date
211c71d75b feat!: stricter validation of image links (check if the file is an image)
BREAKING CHANGE: links like ![Image](./not-an-image.txt) will now report
an error
2026-02-05 17:46:14 +01:00
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
450cdb84f0 feat: support columns numbers (and line range) in links fragments
Fixes #7
2024-05-27 22:26:21 +02:00
f332c833ca feat: support line number checking in link fragment (e.g: '#L50')
Fixes #6
2024-01-31 01:14:27 +01:00
0479652ffe test: add cases for fragments checking 2024-01-12 01:30:52 +01:00
Igor Tsiglyar
24a0788d32 feat: html anchor support 2024-01-12 01:30:52 +01:00
7465ffd8bc test: separate cases, so it's easier to know what fails 2024-01-10 00:01:13 +01:00