Adding markdownlint rules.
This commit is contained in:
parent
26b7cc782e
commit
124d2723d9
2 changed files with 9 additions and 2 deletions
9
.markdownlint-cli2.jsonc
Normal file
9
.markdownlint-cli2.jsonc
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"line-length": false,
|
||||||
|
"MD013": false
|
||||||
|
},
|
||||||
|
"ignores": [
|
||||||
|
"content/technical/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
<!-- markdownlint-disable MD040 -->
|
|
||||||
|
|
||||||
# Site
|
# Site
|
||||||
|
|
||||||
     
|
     
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue