Add markdownlint workflow

This commit is contained in:
Niels van Velzen
2022-09-12 18:45:24 +02:00
parent 38cb997bcf
commit 061c571c65
2 changed files with 30 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# MD013/line-length
MD013: false
# MD033/no-inline-html
MD033: false
# MD025/single-title
MD025:
# Ignore front matter 'title' property, it is not used in generated markup
front_matter_title: ''
# MD026/no-trailing-punctuation
MD026:
# Allow headings to end with '?'
punctuation: '.,;:!'
# MD028/no-blanks-blockquote
MD028: false