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 #################