ci(markdown_lint): Added Linting of Markdown for files in this repository.

THis is required as the md files will be used for docs.

MR !15
This commit is contained in:
2022-01-24 14:46:10 +09:30
parent b6dcb47b1d
commit 3096d7ee0a
2 changed files with 15 additions and 0 deletions

9
.markdownlint.json Normal file
View File

@ -0,0 +1,9 @@
{
"line-length": false,
"MD007": {
"indent": 4
},
"MD033": {
"allowed_elements": [ "div", "s", "span", "u" ]
}
}