-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.yaml
More file actions
22 lines (17 loc) · 656 Bytes
/
Copy path.markdownlint.yaml
File metadata and controls
22 lines (17 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
#
default: true
MD002: false # first-heading-h1
MD003: # heading-style, https://github.com/DavidAnson/markdownlint/blob/main/doc/md003.md
style: atx
MD006: false # ul-start-left
MD007: # ul-indent
indent: 2
no-hard-tabs: false # MD010
MD012: false # no-multiple-blanks
MD013: # https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md
line_length: 256
MD033: # no-inline-html
allowed_elements: [details, summary, kbd, table, th, tr, td]
MD041: false # first-line-h1