mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2025-07-31 22:03:11 -04:00
This commit is contained in:
parent
a22e01cb69
commit
7bc98aeff4
1 changed files with 7 additions and 0 deletions
7
.github/markdown-lint.yaml
vendored
7
.github/markdown-lint.yaml
vendored
|
@ -2,6 +2,7 @@
|
||||||
# https://github.com/avto-dev/markdown-lint/blob/master/lint/config
|
# https://github.com/avto-dev/markdown-lint/blob/master/lint/config
|
||||||
# /changelog.yml
|
# /changelog.yml
|
||||||
---
|
---
|
||||||
|
|
||||||
# Line length
|
# Line length
|
||||||
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013
|
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md013
|
||||||
# XXX Temporary disabled because of line continuation edge-case. See:
|
# XXX Temporary disabled because of line continuation edge-case. See:
|
||||||
|
@ -19,4 +20,10 @@ MD033:
|
||||||
- 'i'
|
- 'i'
|
||||||
- 'img'
|
- 'img'
|
||||||
- 'p'
|
- 'p'
|
||||||
|
- 'strong'
|
||||||
- 'sup'
|
- '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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue