From 713dcb6901863085074496697757fa1332e57577 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 19 Dec 2022 19:07:12 +0100 Subject: [PATCH] build: added markdownlint config --- .markdownlint.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .markdownlint.yaml diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000..f30bf5c --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,12 @@ +MD013: + line_length: 120 + tables: false +MD033: + allowed_elements: + - "details" + - "summary" + - "b" + - "table" + - "tr" + - "td" + - "a"