1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Whiteliste HTML tags used for centering image and footnotes.

This commit is contained in:
Kevin Deldycke 2020-09-01 17:13:10 +02:00
parent fcddcb5070
commit d8f4a3b686
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A

View file

@ -8,6 +8,11 @@ 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.
# Whitelist elements used to render centered images and footnotes on GitHub.
allowed_elements:
- 'a'
- 'br'
- 'i'
- 'img'
- 'p'
- 'sup'