1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2025-02-10 15:45:47 -05:00
falsehood/.github/markdown-lint.yaml

29 lines
846 B
YAML

# See example at:
# 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:
# https://github.com/DavidAnson/markdownlint/issues/302
MD013: false
# Inline HTML
# https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md033
# is allowed for beautiful rendering on GitHub.
MD033:
# Whitelist elements used to render centered images and footnotes on GitHub.
allowed_elements:
- 'a'
- 'br'
- '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