From 7bc98aeff4b458e1e8a0ffe1b114ef696e2d3b8a Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 6 Nov 2020 14:15:32 +0100 Subject: [PATCH] Sync with https://github.com/kdeldycke/awesome-engineering-team-management/blob/main/.github/markdown-lint.yaml --- .github/markdown-lint.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/markdown-lint.yaml b/.github/markdown-lint.yaml index f440ae2..acc3d84 100644 --- a/.github/markdown-lint.yaml +++ b/.github/markdown-lint.yaml @@ -2,6 +2,7 @@ # https://github.com/avto-dev/markdown-lint/blob/master/lint/config # /changelog.yml --- + # Line length # https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013 # XXX Temporary disabled because of line continuation edge-case. See: @@ -19,4 +20,10 @@ MD033: - 'i' - 'img' - 'p' + - 'strong' - 'sup' + +# First line in file should be a top level heading +# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md041 +# Our header image is replacing the title. +MD041: false