diff --git a/doc.zih.tu-dresden.de/.markdownlint.json b/doc.zih.tu-dresden.de/.markdownlint.json new file mode 100644 index 0000000000000000000000000000000000000000..4be0c89503e39d697cdb47aec98cd0306a5bca5b --- /dev/null +++ b/doc.zih.tu-dresden.de/.markdownlint.json @@ -0,0 +1,22 @@ +{ + "default": false, + "first-heading-h1": true, + "header-increment": true, + "heading-style": { "style": "atx" }, + "no-missing-space-atx": true, + "no-multiple-space-atx": true, + "blanks-around-headings": true, + "no-emphasis-as-heading": true, + "first-line-heading": true, + "single-title": true, + "no-empty-links": true, + "no-alt-text": true, + "no-multiple-blanks": true, + "single-trailing-newline": true, + "blanks-around-fences": true, + "blanks-around-lists": true, + "commands-show-output": true, + "line-length": { "line_length": 100, "code_blocks": false, "tables": false}, + "no-missing-space-atx": true, + "no-multiple-space-atx": true +}