diff options
Diffstat (limited to '.markdownlint.json')
-rw-r--r-- | .markdownlint.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000..1f26268a --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,13 @@ +{ + "no-hard-tabs": { + "code_blocks": false + }, + "line-length": false, + "commands-show-output": false, + "no-duplicate-header": false, + "no-inline-html": { + "allowed_elements": [ + "br" + ] + } +}
\ No newline at end of file |