Skip to content

Commit 3715e27

Browse files
Add markdownlint
1 parent 239c73c commit 3715e27

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.markdownlint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"first-line-h1": false,
3+
"line-length": false,
4+
"no-duplicate-heading": {
5+
"siblings_only": true
6+
},
7+
"no-inline-html": false
8+
}

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ Easily execute AI-generated code in a secure, scalable environment with full sup
88

99
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
1010

11-
[Installation](#installation)
12-
[Operations](#operations)
13-
[Credentials](#credentials)
14-
[Compatibility](#compatibility)
15-
[Usage](#usage)
16-
[Resources](#resources)
11+
[Installation](#installation)
12+
[Operations](#operations)
13+
[Credentials](#credentials)
14+
[Usage](#usage)
15+
[Resources](#resources)
1716

1817
## Installation
1918

0 commit comments

Comments
 (0)