doc: allow in-line HTML in MarkDown documents

The GitHub style for Pull Request and Issue templates add HTML tags for
some advanced usage. The MarkDown linter should not give warnings when
these are used.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-10-28 10:54:56 +01:00 committed by mergify[bot]
parent ecc33a9f86
commit 523d813b4e

View File

@ -5,5 +5,6 @@ all
rule 'MD013', :code_blocks => false, :tables => false
exclude_rule 'MD033' # In-line HTML: GitHub style markdown adds HTML tags
exclude_rule 'MD040' # Fenced code blocks should have a language specified
exclude_rule 'MD041' # First line in file should be a top level header