Fix linter style

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1439/head
Jerome Luckenbach 2021-01-10 20:24:32 +01:00 committed by GitHub
parent 82c751d0df
commit 92dcbd939d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ exclude_rule 'MD026'
exclude_rule 'MD033'
# Allow bare urls (at least until they don't produce errors in source code blocks anymore)
exclude_rule 'MD033'
exclude_rule 'MD034'
# Allow Frontmatter and exclude top level header on first line rule
exclude_rule 'MD041'