From 326ecfbb3147cc72cccab91f80cc4a1633384aca Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 17 Sep 2025 12:19:43 +0200 Subject: Add markdown linting and fix some linting issues --- .markdownlint.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .markdownlint.json (limited to '.markdownlint.json') diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..c800adc --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,11 @@ +{ + "default": true, + "MD033": false, + "MD034": false, + "MD025": false, + "MD013": { + "code_block_line_length": 120, + "line_length": 120, + "tables": false + } +} -- cgit v1.2.3