feat: add root_path config option (#14)

Fixes #12
This commit is contained in:
Aleksandr Mezin
2025-05-27 09:47:03 +03:00
committed by GitHub
parent 9bb5ffe0ae
commit 8a449ad181
6 changed files with 83 additions and 19 deletions

View File

@ -4,7 +4,9 @@ const config = {
config: {
extends: "markdownlint/style/prettier",
default: true,
"relative-links": true,
"relative-links": {
root_path: ".",
},
"no-inline-html": false,
},
globs: ["**/*.md"],