Skip to content

Commit 2f73ffa

Browse files
committed
updated .markdownlint
1 parent d5123f5 commit 2f73ffa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.markdownlint.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#
2+
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
3+
#
4+
default: true
5+
6+
MD002: false # first-heading-h1
7+
MD003: # heading-style, https://github.com/DavidAnson/markdownlint/blob/main/doc/md003.md
8+
style: atx
9+
MD006: false # ul-start-left
10+
MD007: # ul-indent
11+
indent: 2
12+
13+
no-hard-tabs: false # MD010
14+
15+
MD012: false # no-multiple-blanks
16+
MD013: # https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md
17+
line_length: 256
18+
19+
MD033: # no-inline-html
20+
allowed_elements: [details, summary, kbd, table, th, tr, td]
21+
22+
MD041: false # first-line-h1

0 commit comments

Comments
 (0)