build: added markdownlint config

This commit is contained in:
Folke Lemaitre 2022-12-19 19:07:12 +01:00
parent 706fe6f9c5
commit 713dcb6901
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 12 additions and 0 deletions

12
.markdownlint.yaml Normal file
View File

@ -0,0 +1,12 @@
MD013:
line_length: 120
tables: false
MD033:
allowed_elements:
- "details"
- "summary"
- "b"
- "table"
- "tr"
- "td"
- "a"