2020-08-03 08:37:12 -04:00
|
|
|
# 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:
|
2020-09-01 11:13:10 -04:00
|
|
|
# Whitelist elements used to render centered images and footnotes on GitHub.
|
2020-08-03 08:37:12 -04:00
|
|
|
allowed_elements:
|
2020-09-01 11:13:10 -04:00
|
|
|
- 'a'
|
|
|
|
- 'br'
|
|
|
|
- 'i'
|
2020-08-03 08:37:12 -04:00
|
|
|
- 'img'
|
2020-09-01 11:13:10 -04:00
|
|
|
- 'p'
|
|
|
|
- 'sup'
|