Skip to content

Releases: theoludwig/markdownlint-rule-relative-links

v5.1.0

25 Feb 14:12
36ed1ee

Choose a tag to compare

5.1.0 (2026-02-25)

Features

  • add config-option for fragment-index-divider (#20) (36ed1ee)

v5.0.2

20 Feb 02:00
f489320

Choose a tag to compare

5.0.2 (2026-02-20)

Bug Fixes

  • update markdown-it to v14.1.1 (f489320)

v5.0.1

05 Feb 20:13
c744c48

Choose a tag to compare

5.0.1 (2026-02-05)

Bug Fixes

  • ignore external https image links (c744c48)

v5.0.0

05 Feb 16:50
211c71d

Choose a tag to compare

5.0.0 (2026-02-05)

  • feat!: stricter validation of image links (check if the file is an image) (211c71d)

BREAKING CHANGES

  • links like ![Image](./not-an-image.txt) will now report an error

v4.2.0

27 May 06:49
8a449ad

Choose a tag to compare

4.2.0 (2025-05-27)

Features

v4.1.0

11 May 14:47
8763843

Choose a tag to compare

4.1.0 (2025-05-11)

Features

  • add support for markdownlint v0.38.0 (8763843)

v4.0.1

28 Dec 22:15
db57d67

Choose a tag to compare

4.0.1 (2024-12-28)

Bug Fixes

  • use .markdownlint-cli2.mjs for the configuration file (db57d67)

v4.0.0

28 Dec 21:54
aa24db4

Choose a tag to compare

4.0.0 (2024-12-28)

Features

  • usage of ESM modules imports (instead of CommonJS) (aa24db4), closes #10

BREAKING CHANGES

  • This package is now pure ESM
  • minimum supported Node.js >= 22.0.0

v3.0.0

27 May 20:52
85f4653

Choose a tag to compare

3.0.0 (2024-05-27)

⚠ BREAKING CHANGES

  • Heading fragments is now Case sensitive.
    For example "#ExistIng-Heading" is invalid as it should be "#existing-heading".

Features

  • stricter validation of heading fragments by being Case sensitive (85f4653), closes #8
  • support columns numbers (and line range) in links fragments (450cdb8), closes #7

v2.3.2

06 Apr 18:17
bf9403a

Choose a tag to compare

2.3.2 (2024-04-06)

Bug Fixes

  • update markdown-it to v14.1.0 (9675c7a)