From 7263e13daf4ed7177d7cadd6a59955473cbe3e15 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 1 Feb 2022 10:51:21 +0100 Subject: [PATCH] Update .markdown-lint.yml --- .github/linters/.markdown-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 90fad2d26..d0c460c6f 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -25,6 +25,7 @@ MD007: # Unordered list indentation MD012: false # Multiple consecutive blank lines MD013: false # Line length MD025: false # Multiple top level headings in the same document +MD034: false # Bare url MD041: false # First line in file should be a top level header #################