diff --git a/markdownlint/.markdownlint-cli2.jsonc b/markdownlint/.markdownlint-cli2.jsonc new file mode 100644 index 0000000..548259a --- /dev/null +++ b/markdownlint/.markdownlint-cli2.jsonc @@ -0,0 +1,11 @@ +{ + "outputFormatters": [["markdownlint-cli2-formatter-json"]], + "config": { + "default": true, + "MD001": true, + "MD002": true, + "MD022": true, + "MD031": true + } +} + diff --git a/markdownlint/test.md b/markdownlint/test.md new file mode 100644 index 0000000..b64d2ad --- /dev/null +++ b/markdownlint/test.md @@ -0,0 +1,11 @@ +name: test + version: 1.0 +items: + - id: 1 + name: Item One + - id: 2 + name: Item Two + - id: 3 + name: Item Three +... trailing dot +