Allow embed HTML tag

This commit is contained in:
Twilight Sparkle 2021-10-22 15:25:24 +01:00
parent 320607b575
commit 4aeda5d42d

View file

@ -88,7 +88,7 @@ MD032: true
# Inline HTML <https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md033>
MD033:
allowed_elements: ['i', 'br']
allowed_elements: ['i', 'br', 'embed']
# Bare URL used <https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md034>
MD034: true