mirror of
https://github.com/element-hq/ems-docs.git
synced 2026-01-11 19:46:31 +00:00
Allow embed HTML tag
This commit is contained in:
parent
320607b575
commit
4aeda5d42d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue