Adding markdownlint rules.

This commit is contained in:
g_it 2026-04-07 02:14:51 +02:00
commit 124d2723d9
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 9 additions and 2 deletions

9
.markdownlint-cli2.jsonc Normal file
View file

@ -0,0 +1,9 @@
{
"config": {
"line-length": false,
"MD013": false
},
"ignores": [
"content/technical/**"
]
}