Skip to content

Commit

Permalink
feat(markdown): Add markdownlint config
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Aug 6, 2022
1 parent 78dc0cf commit 76aa0c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# MD013/line-length - Line length
MD013: false

# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
siblings-only: true

# MD033/no-inline-html Inline HTML
MD033: false

# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
MD041: false
2 changes: 2 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
libraries/nbtplusplus
libraries/quazip

0 comments on commit 76aa0c4

Please sign in to comment.