Commit Graph

18 Commits

Author SHA1 Message Date
8a449ad181 feat: add root_path config option (#14)
Fixes #12
2025-05-27 08:47:03 +02:00
9bb5ffe0ae docs: markdownItFactory is not necessary
Ref: https://github.com/theoludwig/markdownlint-rule-relative-links/issues/13
2025-05-20 21:35:43 +02:00
876384344c feat: add support for markdownlint v0.38.0 2025-05-11 16:45:14 +02:00
db57d67b0b fix: use .markdownlint-cli2.mjs for the configuration file 2024-12-28 23:13:48 +01:00
aa24db4fac feat: usage of ESM modules imports (instead of CommonJS)
Fixes #10

BREAKING CHANGE: This package is now pure ESM

BREAKING CHANGE: minimum supported Node.js >= 22.0.0
2024-12-28 22:52:51 +01:00
dd70d6da3a chore: remove usage of git hooks (husky, lint-staged, commitlint) + usage of node --run 2024-09-07 00:03:10 +02:00
5c39afbe20 refactor: simplify logic understanding 2024-01-30 23:57:38 +01:00
92f35daeaf docs: explain limitations/features 2024-01-12 01:30:52 +01:00
9d2cc818d5 docs: fix broken GitHub Action link 2024-01-10 21:09:11 +01:00
1ddcdc7b18 fix: cleaner code + better error messages 2024-01-09 23:20:17 +01:00
fcd0340e57 docs: describe the Additional features and the Limitations 2024-01-09 21:58:00 +01:00
f99e2bbe4d docs: fix linting 2023-11-23 00:40:34 +01:00
a33c682974 feat: improve errors message to distinguish between file system and fragment errors 2023-06-27 13:15:03 +02:00
9e28311791 fix: update author - Théo LUDWIG 2023-06-24 10:11:32 +02:00
c65607bcc3 build(deps): update latest 2023-05-13 16:03:06 +02:00
b6b092dc1f fix: only detect file: protocol links
fixes #1
2023-01-06 18:37:40 +01:00
56882727fc docs: fix typo 2023-01-05 22:18:17 +01:00
221ded7d62 chore: initial commit 2023-01-02 15:23:16 +01:00