Skip to content

Commit

Permalink
update .markdownlint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jul 21, 2023
1 parent 73700b4 commit 37f4a81
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
#
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
#
default: true

no-hard-tabs: false
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

MD013:
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:
MD033: # no-inline-html
allowed_elements: [details, summary, kbd, table, th, tr, td]



MD041: false # first-line-h1

0 comments on commit 37f4a81

Please sign in to comment.