From 760f9173bb5d6ae39ea33f4e3159cbd5f8cd8b3e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:30:12 +0100 Subject: [PATCH] Update .markdown-lint.yml --- .github/linters/.markdown-lint.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 01973343a..90fad2d26 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -18,8 +18,14 @@ ############### # Rules by id # ############### -MD013: false # Maximum 80 characters per line -MD041: false # First-line-heading/first-line-h1 +MD001: false # Heading levels should only increment by one level at a time +MD002: false # First header should be a h1 header +MD007: # Unordered list indentation + indent: 2 +MD012: false # Multiple consecutive blank lines +MD013: false # Line length +MD025: false # Multiple top level headings in the same document +MD041: false # First line in file should be a top level header ################# # Rules by tags #