1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00
Kevin Deldycke 2020-11-06 14:15:32 +01:00 committed by GitHub
parent a22e01cb69
commit 7bc98aeff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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