Skip to content

Commit

Permalink
updated markdownlint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 24, 2024
1 parent 3b9dd29 commit d771720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ 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 ]
allowed_elements: [ details, summary, kbd, table, th, tr, td, nobr, a, img, sup, sub ]

MD041: false # first-line-h1

0 comments on commit d771720

Please sign in to comment.