# See example at: https://github.com/avto-dev/markdown-lint/blob/master/lint/config/changelog.yml # Line length # XXX Temporary disabled because of line continuation edge-case. See: # https://github.com/DavidAnson/markdownlint/issues/302 MD013: false # Inline HTML # is allowed for beautiful rendering on GitHub. MD033: # Whitelist some elements for beautiful rendering on GitHub. allowed_elements: - 'img'