From 091569ea5597848a8fb344c484630f46692386a9 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 12:25:08 +0200 Subject: [PATCH] Create .markdownlint.yaml --- .markdownlint.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .markdownlint.yaml diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000..6fd0ae7 --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,6 @@ +# markdownlint checker YAML configuration + +# MD029/ol-prefix - Ordered list item prefix +MD029: + # List style + style: "ordered" -- GitLab