Lint markdown in addition to awesome list.

This commit is contained in:
Kevin Deldycke
2020-08-03 14:37:12 +02:00
parent 9ddbb6eb59
commit 3a6943843b
2 changed files with 28 additions and 5 deletions

13
.github/markdown-lint.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
# 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 some elements for beautiful rendering on GitHub.
allowed_elements:
- 'img'