Create .markdown-lint.yml

This commit is contained in:
Alexandre
2022-01-18 12:41:18 +01:00
committed by GitHub
parent f5a9b35423
commit 54c7e78990

26
.github/linters/.markdown-lint.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
---
###########################
###########################
## Markdown Linter rules ##
###########################
###########################
# Linter rules doc:
# - https://github.com/DavidAnson/markdownlint
#
# Note:
# To comment out a single error:
# <!-- markdownlint-disable -->
# any violations you want
# <!-- markdownlint-restore -->
#
###############
# Rules by id #
###############
MD041: false #/first-line-heading/first-line-h1
#################
# Rules by tags #
#################
blank_lines: false # Error on blank lines