Skip to content

Commit 76aa0c4

Browse files
committed
feat(markdown): Add markdownlint config
Signed-off-by: txtsd <[email protected]>
1 parent 78dc0cf commit 76aa0c4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Diff for: .markdownlint.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# MD013/line-length - Line length
2+
MD013: false
3+
4+
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
5+
MD024:
6+
siblings-only: true
7+
8+
# MD033/no-inline-html Inline HTML
9+
MD033: false
10+
11+
# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
12+
MD041: false

Diff for: .markdownlintignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
libraries/nbtplusplus
2+
libraries/quazip

0 commit comments

Comments
 (0)