1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

build: configure rules for markdownlint

This commit is contained in:
Cotes Chung
2024-03-02 00:56:55 +08:00
parent 8a2afae6ca
commit 25b2ffa9ba
2 changed files with 11 additions and 0 deletions

8
.markdownlint.json Normal file
View File

@@ -0,0 +1,8 @@
{
"commands-show-output": false,
"blanks-around-fences": false,
"line-length": false,
"no-inline-html": {
"allowed_elements": ["kbd", "sub"]
}
}